Fix: Up Next title line was overflowing the dialog container on older browsers
This commit is contained in:
parent
52f993e437
commit
b6d2bb0379
1 changed files with 1 additions and 1 deletions
|
|
@ -2781,7 +2781,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.upNextDialog-title {
|
.upNextDialog-title {
|
||||||
white-space: wrap;
|
white-space: pre-wrap;
|
||||||
width: unset;
|
width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue