Fix: Up Next title line was overflowing the dialog container on older browsers
This commit is contained in:
@@ -2781,7 +2781,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
}
|
||||
|
||||
.upNextDialog-title {
|
||||
white-space: wrap;
|
||||
white-space: pre-wrap;
|
||||
width: unset;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user