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:
Eric Lippmann 2014-11-13 19:02:06 +01:00
parent 0db5167a35
commit 8bdde5adc5
1 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,7 @@
}
#menu li {
margin-left: 0.5em;
margin-left: 0.5em;
}
#menu > ul > li {
@ -108,6 +108,9 @@
line-height: 2.5em;
padding-left: 0.7em;
text-decoration: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#menu img.icon {
@ -155,6 +158,7 @@
#menu li.hover > a {
color: white;
overflow: visible;
}
#menu li.hover > ul a {