Skip to content

Commit

Permalink
Change inverse header padding top
Browse files Browse the repository at this point in the history
- option in the component has been changed to a scale, instead of true/false
  • Loading branch information
andysellick committed Jan 24, 2025
1 parent db53596 commit ef3feb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/finders/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<% if is_inverse? %>
<%= render "govuk_publishing_components/components/inverse_header", {
full_width: true,
padding_top: false
padding_top: 0
} do %>
<%= render partial: 'show_header', locals: {
inverse: is_inverse?,
Expand Down

0 comments on commit ef3feb9

Please sign in to comment.