Merge pull request #586 from batuhawk/1.3-dev

Some filter css modify
This commit is contained in:
Batuhan 2018-11-02 18:09:23 +03:00 committed by GitHub
commit 97f8c168a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
public/css/app.css vendored
View File

@ -853,6 +853,15 @@ input[type="number"] {
margin-top: -2px;
}
.box-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
margin-top: 3px;
}
.box-filter .select2.select2-container .select2-selection__choice {
font-size: 13px !important;
margin-top: 4px;
margin-bottom: -1px !important;
}
.box-filter .select2-container .select2-selection--multiple {
min-height: 30px !important;
}