Elastic: Fix width of some select fields in sieve filter form

Not working properly since we use .custom-select without .form-control
pull/6302/head
Aleksander Machniak 8 years ago
parent c4e65a61fe
commit 253fb9bbd7

@ -92,6 +92,7 @@ input.smart-upload {
td.rowactions {
width: 1%;
.custom-select,
.form-control {
width: auto;
}

Loading…
Cancel
Save