set width on number inputs
This commit is contained in:
parent
d688e52c49
commit
ce61e62cf0
|
@ -147,7 +147,7 @@
|
||||||
&.box-content-row-checkbox, &.box-content-row-input, &.box-content-row-slider {
|
&.box-content-row-checkbox, &.box-content-row-input, &.box-content-row-slider {
|
||||||
label, .row-label {
|
label, .row-label {
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
display: inline;
|
display: block;
|
||||||
width: initial;
|
width: initial;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
|
@ -183,6 +183,10 @@
|
||||||
|
|
||||||
input {
|
input {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
||||||
|
&[type="number"] {
|
||||||
|
max-width: 50px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue