Fix select button padding

There's an extra 25px right padding that makes no sense and creates an ugly frame when user clicks on a select, fix it
This commit is contained in:
Łukasz Mierzwa
2017-04-24 16:15:53 -07:00
parent 14cb221b6a
commit 540530488b
2 changed files with 4 additions and 1 deletions

View File

@@ -396,6 +396,9 @@ span.alert-group-link > a {
.bootstrap-select > button {
padding: 0;
}
.bootstrap-select > .dropdown-toggle {
padding-right: 6px;
}
table.silence-label-selects {
width: auto;
}

File diff suppressed because one or more lines are too long