Safari browser render incorrectly menu options with long words
This commit is contained in:
parent
3b59d37c3b
commit
76e78497e3
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ div.block.with-block-editing:hover div.edit {
|
|||
.block ul.menu li,
|
||||
.block ul.menu li.collapsed {
|
||||
list-style-image: url(../images/menu-collapsed.gif);
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.block ul.menu li.expanded {
|
||||
list-style-image: url(../images/menu-expanded.gif);
|
||||
|
|
Reference in a new issue