Browse Source

Change max width for notification banner (#2664)

pull/2646/head^2
kosiakkatrina 3 months ago committed by GitHub
parent
commit
a9dc4db5d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      app/frontend/styles/application.scss

4
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;
}

Loading…
Cancel
Save