Skip to content

Commit

Permalink
Constrained width of container to match header (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored May 28, 2024
1 parent e477c15 commit 800e330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

@if (!string.IsNullOrWhiteSpace(notificationBannerMessage))
{
<div class="govuk-extra-width-container">
<div class="dfe-width-container">
<section class="govuk-notification-banner govuk-!-margin-bottom-0" aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
<div class="govuk-notification-banner__header">
<h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title">
Expand Down

0 comments on commit 800e330

Please sign in to comment.