Use the alternative nowrap helper for options alignment

This commit is contained in:
2022-08-03 07:20:30 +01:00
parent 8d7a1d2f59
commit 6eea7f1965
3 changed files with 66 additions and 50 deletions

View File

@@ -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;
}