Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix spacing on job and other income radios
Browse files Browse the repository at this point in the history
charlienparker committed Jul 5, 2024
1 parent 94f9a47 commit 35bbc62
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
</h1>
<%= l10n('faa.incomes.job_income_message', subject: @applicant.first_name) %>
</div>
<div class="mb-3 mt-3 driver-question">
<div class="mt-4 driver-question">
<fieldset>
<legend id="job_income_value" class="labelforcoverage fa-text-color weight-n required">
<span>
@@ -44,7 +44,7 @@
</div>
</div>

<div class="mb-3 mt-5 driver-question">
<div class="my-4 driver-question">
<fieldset>
<legend class="labelforcoverage fa-text-color weight-n required">
<span>
Original file line number Diff line number Diff line change
@@ -37,8 +37,8 @@
</div>
<% end %>

<div class="driver-question">
<fieldset class="my-4">
<div class="driver-question my-4">
<fieldset>
<legend class="weight-n required">
<%= l10n('faa.other_incomes.other_income_question', name: @applicant.first_name) %>
</legend>

0 comments on commit 35bbc62

Please sign in to comment.