From ff1de531ab38d3dede9ff5ba44cd2d0eafe6061e Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Mon, 26 Dec 2022 09:33:20 +0100 Subject: [PATCH] fix word-break --- assets/sass/_theme/design-system/typography.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/sass/_theme/design-system/typography.sass b/assets/sass/_theme/design-system/typography.sass index 1b7d93a3..5970c07a 100644 --- a/assets/sass/_theme/design-system/typography.sass +++ b/assets/sass/_theme/design-system/typography.sass @@ -8,7 +8,6 @@ body font-variant-ligatures: common-ligatures text-rendering: optimizelegibility line-height: $body-line-height - word-break: break-word @include media-breakpoint-up(desktop) font-size: $body-size-desktop @@ -159,6 +158,7 @@ small, .small @include small @mixin rich-text + word-break: break-word h1, h2, h3, h4, h5, h6, p margin-top: 2em &:first-child, meta + & -- GitLab