Skip to content

Commit

Permalink
Fix padding when zoomed past 200%
Browse files Browse the repository at this point in the history
  • Loading branch information
hiboabd committed Jan 14, 2025
1 parent def1beb commit d59ef41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/completed_applications/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>

<div class="govuk-grid-row">
<div class="govuk-grid-column">
<div class="govuk-grid-column-full">
<%= render @presenter.sections %>

<div class="govuk-button-group govuk-!-margin-top-8 app-no-print">
Expand Down
2 changes: 1 addition & 1 deletion app/views/steps/capital/answers/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% step_header %>

<div class="govuk-grid-row">
<div class="govuk-grid-column">
<div class="govuk-grid-column-full">
<%= render partial: 'shared/flash_banner' %>

<% unless @form_object.capital.valid?(:check_answers) %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/steps/income/answers/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% step_header %>

<div class="govuk-grid-row">
<div class="govuk-grid-column">
<div class="govuk-grid-column-full">
<%= render partial: 'shared/flash_banner' %>

<% unless current_crime_application.income.valid?(:submission) %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/steps/outgoings/answers/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% step_header %>

<div class="govuk-grid-row">
<div class="govuk-grid-column">
<div class="govuk-grid-column-full">
<%= render partial: 'shared/flash_banner' %>

<% unless current_crime_application.outgoings.valid?(:submission) %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/steps/submission/review/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% step_header %>

<div class="govuk-grid-row">
<div class="govuk-grid-column">
<div class="govuk-grid-column-full">
<% unless current_crime_application.valid?(:submission_review) %>
<%= render partial: 'steps/shared/error_warning' %>
<% end %>
Expand Down

0 comments on commit d59ef41

Please sign in to comment.