Fix: Long text was center aligned in the cast details page
This commit is contained in:
parent
70a64c2949
commit
5540dbb2a5
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue