Skip to content

Commit

Permalink
Remove unnecessary css class
Browse files Browse the repository at this point in the history
This is causing the intervention banner to indent on tablet sizes.
  • Loading branch information
hannako committed Aug 30, 2024
1 parent 4f2e577 commit f931cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_intervention_banner.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if recruitment_banner.present? %>
<div class="govuk-width-container govuk-!-margin-top-4">
<div class="govuk-!-margin-top-4">
<%= render "govuk_publishing_components/components/intervention", {
new_tab: true,
suggestion_text: recruitment_banner["suggestion_text"],
Expand Down

0 comments on commit f931cb5

Please sign in to comment.