forked from 0x2620/oxjs
allow for max width in menus
This commit is contained in:
parent
4bb3196c03
commit
16556c0604
4 changed files with 11 additions and 0 deletions
|
|
@ -1173,6 +1173,7 @@ Lists
|
|||
white-space: nowrap;
|
||||
}
|
||||
.OxTextList .OxHead .OxTitle img {
|
||||
display: block;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 1px 0 0 -1px;
|
||||
|
|
@ -1248,6 +1249,7 @@ Lists
|
|||
padding: 0;
|
||||
}
|
||||
.OxTextList .OxItem .OxCell > img {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: -1px 0 0 -4px;
|
||||
|
|
@ -1528,6 +1530,8 @@ Menus
|
|||
}
|
||||
.OxMenu .OxItem .OxCell.OxTitle {
|
||||
padding-left: 4px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.OxMenu .OxItem .OxCell.OxModifiers {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue