mirror of
https://github.com/prymitive/karma
synced 2026-08-28 11:17:28 +00:00
Add badges to selects
This gives the user a hint when a label contains more than one value in the select
This commit is contained in:
@@ -396,6 +396,15 @@ span.alert-group-link > a {
|
||||
.bootstrap-select > button {
|
||||
padding: 0;
|
||||
}
|
||||
table.silence-label-selects {
|
||||
width: auto;
|
||||
}
|
||||
table.table.silence-label-selects > tbody > tr > td {
|
||||
padding-left: 0;
|
||||
padding-right: 4px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.silence-label-select > .bs-caret {
|
||||
margin-left: -6px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user