mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Fix long menu item titles breaking our menu
We will not allow Karl-Theodor Maria Nikolaus Johann Jacob Philipp Franz Joseph Sylvester Freiherr von und zu Guttenberg to view his full name :(. fixes #7663
This commit is contained in:
parent
0db5167a35
commit
8bdde5adc5
@ -25,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#menu li {
|
#menu li {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu > ul > li {
|
#menu > ul > li {
|
||||||
@ -108,6 +108,9 @@
|
|||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
padding-left: 0.7em;
|
padding-left: 0.7em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu img.icon {
|
#menu img.icon {
|
||||||
@ -155,6 +158,7 @@
|
|||||||
|
|
||||||
#menu li.hover > a {
|
#menu li.hover > a {
|
||||||
color: white;
|
color: white;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu li.hover > ul a {
|
#menu li.hover > ul a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user