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:
Łukasz Mierzwa
2017-04-24 14:55:05 -07:00
parent bfabf514ab
commit 03e793dd74
3 changed files with 38 additions and 22 deletions
+9
View File
@@ -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;
}