make select2 elements fit in their alloted space

This commit is contained in:
John Mitchell 2017-04-28 17:07:54 -04:00
parent 3731c8b72f
commit 3a5a9aac41

View File

@ -2112,6 +2112,11 @@ tr td button i {
box-shadow: none !important;
}
.select2-container {
margin-left: 2px;
margin-top: 2px;
}
.form-control + .select2-container--disabled .select2-selection {
background-color: @egrey !important;
}