1
0
Fork 0
forked from 0x2620/oxjs

fix for chrome 22 menu table cell truncation bug

This commit is contained in:
rolux 2012-10-02 16:46:31 +02:00
commit 83413674a5
2 changed files with 5 additions and 3 deletions

View file

@ -1692,8 +1692,6 @@ Menus
}
.OxMenu .OxItem .OxCell.OxTitle {
padding-left: 4px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.OxMenu .OxItem .OxCell.OxModifiers {