1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-21 23:33:00 +00:00

Use 'text-wrap: balance' for text wrapping on overview and details

Co-authored-by: Mark McDowall <mark@mcdowall.ca>
This commit is contained in:
hhjuhl 2024-12-02 01:15:33 +01:00 committed by GitHub
parent efd48710e4
commit 160151c6e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,7 @@
}
.title {
text-wrap: balance;
font-weight: 300;
font-size: 50px;
line-height: 50px;
@ -143,6 +144,7 @@
flex: 1 0 0;
margin-top: 8px;
min-height: 0;
text-wrap: balance;
font-size: $intermediateFontSize;
}