pull/10616/head
Alex P 2017-03-29 16:35:53 -07:00
parent 094b47f808
commit ed968012e4
1 changed files with 7 additions and 5 deletions

View File

@ -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;
} }
} }