1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

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

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;