mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Fix: spacing and text-breaking (#5355)
Fix #5244 (cherry picked from commit 750948a729d4ea5e092dba761f55b2ccc0a43834)
This commit is contained in:
parent
f288ad2a1d
commit
8655bffe87
@ -330,7 +330,8 @@
|
||||
padding-left: .75em;
|
||||
}
|
||||
|
||||
.nav-level-1 > .nav-item i {
|
||||
.nav-level-1 > .nav-item > a > i,
|
||||
.nav-level-1 > .nav-item > span > i {
|
||||
font-size: 1.5em;
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
@ -35,11 +35,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
#layout:not(.sidebar-collapsed) #menu .nav-item > a:first-of-type {
|
||||
#layout:not(.sidebar-collapsed) #menu .nav-item > a:first-of-type,
|
||||
#layout:not(.minimal-layout).sidebar-collapsed #menu .nav-level-2 > .nav-item > a:first-of-type,
|
||||
#layout.minimal-layout #menu .nav-level-1 > .nav-item > a:first-of-type {
|
||||
// Respect overflowing content
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
.text-ellipsis();
|
||||
}
|
||||
|
||||
#layout:not(.minimal-layout).sidebar-collapsed #menu .nav-level-1 > .nav-item {
|
||||
|
Loading…
x
Reference in New Issue
Block a user