diff --git a/jslib b/jslib index 65bd33d860f..2e9ce157151 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 65bd33d860f3af71968a15e78491221091c4369e +Subproject commit 2e9ce1571514e2b4ae9ed61a1368b2db03a0ca5d diff --git a/src/scss/box.scss b/src/scss/box.scss index 4bb04539a72..72e6e75ba0f 100644 --- a/src/scss/box.scss +++ b/src/scss/box.scss @@ -190,24 +190,31 @@ &.box-content-row-input { label { white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } input { text-align: right; + width: 45px !important; } } &.box-content-row-slider { input[type="range"] { height: 10px; + width: 110px !important; } input[type="number"] { - width: 45px; + text-align: right; + width: 45px !important; } label { white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } }