mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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 {
|
.upNextDialog-title {
|
||||||
white-space: wrap;
|
white-space: pre-wrap;
|
||||||
width: unset;
|
width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user