Use the alternative nowrap helper for options alignment
This commit is contained in:
@@ -48,6 +48,12 @@
|
||||
white-space: -o-pre-wrap; /* Opera 7 */
|
||||
word-wrap: break-word; /* IE */
|
||||
}
|
||||
.nowrap-parent {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.nowrap-child {
|
||||
display: inline-block;
|
||||
}
|
||||
.slider-output {
|
||||
width: 4rem !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user