Skip to content

Commit

Permalink
Fix: Eligibility Index - Radio button alignment (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Jul 22, 2023
2 parents 17d2ecd + 9ea5cde commit 67ee1a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<label for="{{ id }}" class="pb-4 h2">{% translate "eligibility.pages.index.label" %}</label>

<div {% if id %}id="{{ id }}"{% endif %} class="radio-container">
<div {% if id %}id="{{ id }}"{% endif %} class="ps-3 ps-md-0 ps-lg-0 offset-md-1 offset-lg-1 radio-container">
{% for group, options, index in widget.optgroups %}
{% if group %}
<div>
Expand Down

0 comments on commit 67ee1a5

Please sign in to comment.