Fix: Up Next title line was overflowing the dialog container on older browsers

This commit is contained in:
lscambo13
2025-08-05 08:28:17 -07:00
parent 52f993e437
commit b6d2bb0379

View File

@@ -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;
} }