From 8ac396c08a3c17ce462b3f99256857fb0b8b21d8 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:57:38 +0200 Subject: [PATCH] refactor(headline): text wrap balance (#924) Update headline.scss --- source/_patterns/01-elements/headline/headline.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_patterns/01-elements/headline/headline.scss b/source/_patterns/01-elements/headline/headline.scss index a98ec54c62..68824506b1 100644 --- a/source/_patterns/01-elements/headline/headline.scss +++ b/source/_patterns/01-elements/headline/headline.scss @@ -2,6 +2,8 @@ @import "headline.variables"; .elm-headline { + text-wrap: balance; + margin-bottom: to-rem($pxValue: 16); // * TODO: These declarations make sense for the moment, but should get aligned with overall definitions of spacing around elements