set img in OxCell to block, fixes Firefox text-overflow: ellipsis bug
This commit is contained in:
parent
4bb3196c03
commit
ebd300a08a
2 changed files with 7 additions and 1 deletions
|
@ -416,6 +416,9 @@ Lists
|
||||||
.OxThemeClassic .OxTextList .OxItem .OxCell {
|
.OxThemeClassic .OxTextList .OxItem .OxCell {
|
||||||
border-right-color: rgb(224, 224, 224);
|
border-right-color: rgb(224, 224, 224);
|
||||||
}
|
}
|
||||||
|
.OxThemeClassic .OxTextList .OxItem .OxCell >img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.OxThemeClassic .OxTextList .OxItem:nth-child(odd) {
|
.OxThemeClassic .OxTextList .OxItem:nth-child(odd) {
|
||||||
background: rgb(242, 242, 242);
|
background: rgb(242, 242, 242);
|
||||||
}
|
}
|
||||||
|
|
|
@ -409,6 +409,9 @@ Lists
|
||||||
.OxThemeModern .OxTextList .OxItem .OxCell {
|
.OxThemeModern .OxTextList .OxItem .OxCell {
|
||||||
border-right-color: rgb(32, 32, 32);
|
border-right-color: rgb(32, 32, 32);
|
||||||
}
|
}
|
||||||
|
.OxThemeModern .OxTextList .OxItem .OxCell >img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.OxThemeModern .OxTextList .OxItem:nth-child(odd) {
|
.OxThemeModern .OxTextList .OxItem:nth-child(odd) {
|
||||||
background: rgb(14, 14, 14);
|
background: rgb(14, 14, 14);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue