mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-05 20:54:27 +08:00
fixed hound
This commit is contained in:
parent
c84ff3d9fe
commit
db610f146f
1 changed files with 5 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue