Fixed filter horizontal css height

pull/17/merge
Fabio Caccamo 2017-05-22 18:56:00 +02:00
parent 165a8e4572
commit 4ef14c248a
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ body.admin-interface .paginator a.showall:visited {
/* equalize selectors height by adding the height of the .selector-available filter-bar */ /* equalize selectors height by adding the height of the .selector-available filter-bar */
.admin-interface .selector:not(.stacked) .selector-chosen select { .admin-interface .selector:not(.stacked) .selector-chosen select {
height: calc(46px + 17.2em); height: calc(46px + 17.2em) !important;
} }
/* equalize horizontal and vertical select padding */ /* equalize horizontal and vertical select padding */