From 160151c6e000c6620ba2e04ca6245317c5c9ba16 Mon Sep 17 00:00:00 2001 From: hhjuhl <84127693+hhjuhl@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:15:33 +0100 Subject: [PATCH] Use 'text-wrap: balance' for text wrapping on overview and details Co-authored-by: Mark McDowall --- frontend/src/Series/Details/SeriesDetails.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/Series/Details/SeriesDetails.css b/frontend/src/Series/Details/SeriesDetails.css index cdda349f0..21ff2722d 100644 --- a/frontend/src/Series/Details/SeriesDetails.css +++ b/frontend/src/Series/Details/SeriesDetails.css @@ -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; }