mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
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:
@@ -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
Reference in New Issue
Block a user