Skip to content

Commit

Permalink
layout updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSaelen committed Apr 6, 2022
1 parent f35f107 commit 18ac52e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{%- if field.get('multi_help', false) -%}
<fieldset class="radios">
{%- for val, label, mhelp, mhelp_link in choices -%}
<label style="margin: 12px 0 0 0;" for="field-{{ field.field_name }}-{{ val }}">
<label style="margin: 15px 0 0 0;" for="field-{{ field.field_name }}-{{ val }}">
<div style="display: flex; align-items: center;">
<input id="field-{{ field.field_name }}-{{ val }}"
type="radio"
Expand All @@ -65,7 +65,7 @@
{%- endif -%}
{%- endfor -%}
{%- else -%}
<div style="color: #333333; font-style: italic;">{{ mhelp }}</div>
<span style="color: #333333; font-style: italic;">{{ mhelp }}</span>
{%- endif -%}
<br/><br/>
</div>
Expand Down

0 comments on commit 18ac52e

Please sign in to comment.