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