|
@@ -976,7 +976,7 @@ $line-padding-left: 2px;
|
|
|
height: 30px;
|
|
|
display: grid;
|
|
|
grid-template-rows: 100%;
|
|
|
- grid-template-columns: 1fr 40px;
|
|
|
+ grid-template-columns: 1fr 50px;
|
|
|
|
|
|
.label {
|
|
|
grid-column: 1;
|
|
@@ -997,7 +997,7 @@ $line-padding-left: 2px;
|
|
|
align-items: center;
|
|
|
|
|
|
input {
|
|
|
- width: 27px;
|
|
|
+ width: 35px;
|
|
|
}
|
|
|
|
|
|
input::-webkit-outer-spin-button,
|