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) {
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 {
.dropdown-menu{
ul{
.selected{
a{
display: block !important;
}
}
.selected {
a {
display: block !important;
}
}
}