mirror of
https://github.com/Radarr/Radarr
synced 2025-01-20 22:51:50 +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
114d260f42
commit
8e01aa8ac0
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
|||
}
|
||||
|
||||
.title {
|
||||
text-wrap: balance;
|
||||
font-weight: 300;
|
||||
font-size: 50px;
|
||||
line-height: 60px;
|
||||
|
@ -164,6 +165,7 @@
|
|||
margin-top: 8px;
|
||||
padding-left: 7px;
|
||||
min-height: 0;
|
||||
text-wrap: balance;
|
||||
font-size: $intermediateFontSize;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue