From 4b0fa5957a0c2098aa9d81ae7301270714b142d1 Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 9 Aug 2023 16:32:06 +0200 Subject: [PATCH] add missing styles --- src/header/styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/header/styles.scss b/src/header/styles.scss index 9d7eb4ba9e..ffdd116b72 100644 --- a/src/header/styles.scss +++ b/src/header/styles.scss @@ -39,7 +39,8 @@ .main { // Like styles.text-flex-wrapping, but without overflow: hidden, to prevent headings from being partially cut off. word-wrap: break-word; - max-width: 100%; + /* stylelint-disable-next-line custom-property-pattern */ + max-width: var(--header-max-width, 75ch); &.refresh { display: flex;