Fix: Long text was center aligned in the cast details page

This commit is contained in:
lscambo13
2025-07-11 12:28:08 -07:00
parent 70a64c2949
commit 5540dbb2a5

View File

@@ -2417,6 +2417,10 @@ div[data-role=controlgroup] a.ui-btn-active {
grid-column: 1 / -1;
}
.detailSectionContent a:not(.overview-expand) {
text-align: start;
}
.layout-desktop .detailSectionContent {
align-content: end;
min-height: 15vh;