From a9dc4db5d6727fc68aee0307c3e981924a9a15fd Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:01:13 +0100 Subject: [PATCH] Change max width for notification banner (#2664) --- 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; +}