fix select2 sizing issue

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-10-18 20:26:31 +02:00
parent 66258f55e6
commit afac0fddb3

View file

@ -224,6 +224,9 @@ select:hover {
/* select2 adjustments */
.select2-container {
margin: 3px 3px 3px 0 !important;
}
#select2-drop {
margin-top: -4px;
}
@ -267,7 +270,7 @@ select:hover {
box-sizing: content-box !important;
border-radius: 3px !important;
border: 1px solid #ddd !important;
margin: 3px 3px 3px 0 !important;
margin: 0 !important;
padding: 2px 0 !important;
min-height: auto !important;
}