mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 07:42:28 +00:00
Use 'text-wrap: balance' for text wrapping on overview and details
Co-authored-by: Mark McDowall <mark@mcdowall.ca> (cherry picked from commit 160151c6e000c6620ba2e04ca6245317c5c9ba16)
This commit is contained in:
parent
beabad5e3a
commit
311eadc12f
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
|||
}
|
||||
|
||||
.title {
|
||||
text-wrap: balance;
|
||||
font-weight: 300;
|
||||
font-size: 50px;
|
||||
line-height: 50px;
|
||||
|
@ -146,6 +147,7 @@
|
|||
flex: 1 0 auto;
|
||||
margin-top: 8px;
|
||||
min-height: 0;
|
||||
text-wrap: balance;
|
||||
font-size: $intermediateFontSize;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue