Till Brehm
2015-11-14 5ec70fe492e993e814d6c29c22c91a6a3fd1e28a
Set Select2 height to the height of normal input fields.
1 files modified
4 ■■■■ changed files
interface/web/themes/default/assets/stylesheets/select2.css 4 ●●●● patch | view | raw | blame | history
interface/web/themes/default/assets/stylesheets/select2.css
@@ -27,14 +27,14 @@
.select2-container .select2-choice {
    display: block;
    height: 26px;
    height: 32px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    line-height: 32px;
    color: #444;
    text-decoration: none;