Merge remote-tracking branch 'vsephpbb/ticket/12029' into develop

* vsephpbb/ticket/12029:
  [ticket/12029] Remove ellipsis and wrap long sidebar items in ACP
This commit is contained in:
Joas Schilling 2014-03-13 23:55:19 +01:00
commit c695aa3903

View file

@ -575,12 +575,6 @@ li {
padding: 3px 8px 3px 3px;
}
#menu li span, #menu .header {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#menu li a:hover, #menu li a:hover span {
text-decoration: none;
background-color: #FFFFFF;