commit
999eae08e7
1 changed files with 19 additions and 1 deletions
|
@ -3,6 +3,24 @@
|
|||
*/
|
||||
|
||||
#app-navigation {
|
||||
&:not(.vue) {
|
||||
> ul > li {
|
||||
> a {
|
||||
background-position: inherit;
|
||||
}
|
||||
> .app-navigation-entry-edit {
|
||||
padding-left: 5px !important;
|
||||
}
|
||||
}
|
||||
.app-navigation-entry-menu {
|
||||
ul {
|
||||
align-items: unset;
|
||||
li {
|
||||
width: auto !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
> ul {
|
||||
> li {
|
||||
background-image: unset;
|
||||
|
@ -1034,7 +1052,7 @@
|
|||
}
|
||||
|
||||
.multiselect__element {
|
||||
line-height: 1.1em;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue