fixed hound

This commit is contained in:
Zanz2 2018-08-29 11:41:07 +02:00
parent c84ff3d9fe
commit db610f146f

View file

@ -148,15 +148,12 @@ body {
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100% !important; width: 100% !important;
} }
/* Makes blue selected element line fill parent (as it should, fixes sci-2672) */
// Makes blue selected element line fill parent (as it should, fixes sci-2672)
.repository-dropdown { .repository-dropdown {
.dropdown-menu{ .selected {
ul{ a {
.selected{ display: block !important;
a{
display: block !important;
}
}
} }
} }
} }