mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Long text was center aligned in the cast details page
This commit is contained in:
@@ -2417,6 +2417,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.detailSectionContent a:not(.overview-expand) {
|
||||||
|
text-align: start;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-desktop .detailSectionContent {
|
.layout-desktop .detailSectionContent {
|
||||||
align-content: end;
|
align-content: end;
|
||||||
min-height: 15vh;
|
min-height: 15vh;
|
||||||
|
Reference in New Issue
Block a user