set min-width on element (#17620) (#17637)

This commit is contained in:
Nathan Reese 2018-04-10 09:50:04 -06:00 committed by GitHub
parent d9a9080769
commit 8cc5aed4ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
.inputRangeContainer {
display: inline-block;
margin: 30px 0 0 0;
min-width: 150px;
}
input.kuiTextInput {