From 9d693a2190685f36f94f078f42e2f09f2c601e0d Mon Sep 17 00:00:00 2001 From: Kat Date: Fri, 27 Sep 2024 16:30:50 +0100 Subject: [PATCH] Change max width for notification banner --- app/frontend/styles/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/frontend/styles/application.scss b/app/frontend/styles/application.scss index 83deeb9ba..f37d9eb05 100644 --- a/app/frontend/styles/application.scss +++ b/app/frontend/styles/application.scss @@ -95,3 +95,7 @@ $govuk-breakpoints: ( .grouped-rows .grouped-multirow-cell { border-bottom: 1px solid #b1b4b6; } + +.govuk-notification-banner__content > * { + max-width: fit-content; +}