Fix: Allowed word break to prevent clipping of long media titles on phones
This commit is contained in:
parent
c883b013c2
commit
2df680a786
1 changed files with 1 additions and 0 deletions
|
|
@ -2126,6 +2126,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
.layout-mobile .infoWrapper h1.parentName,
|
.layout-mobile .infoWrapper h1.parentName,
|
||||||
.layout-mobile .infoWrapper h1.parentNameLast {
|
.layout-mobile .infoWrapper h1.parentNameLast {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#liveTvSuggestedPage,
|
#liveTvSuggestedPage,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue