Fix #1083
parent
094b47f808
commit
ed968012e4
|
@ -134,14 +134,16 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
> input {
|
> input {
|
||||||
height: 30px;
|
height: 22px;
|
||||||
padding: 0 9px;
|
padding: 0 6px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin: 0 2px;
|
margin: 0 4px 0 0;
|
||||||
min-width: 110px;
|
min-width: 110px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
&:first-child {margin-left: 0;}
|
& + .confirm-buttons .btn {
|
||||||
&:last-child {margin-right: 0;}
|
display: block !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue