Skip to content

Commit

Permalink
increase space between a question and its icon checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoldatwork committed Nov 9, 2023
1 parent 5be88bd commit b5a85de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<fieldset class="usa-fieldset margin-top-3">
<%= render 'components/question_title_legend', question: question %>
<div class="question-options icons" id="<%= question.answer_field.to_sym %>">
<div class="question-options icons margin-top-2" id="<%= question.answer_field.to_sym %>">
<ul class="usa-card-group">
<% question.question_options.each_with_index do |option, index| %>
<% @option_id = "#{question.answer_field}_#{(index + 1).to_s}" %>
Expand Down

0 comments on commit b5a85de

Please sign in to comment.