Skip to content

Commit

Permalink
layout updates
Browse files Browse the repository at this point in the history
BartSaelen committed Apr 6, 2022
1 parent 18ac52e commit 51deb02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
{%- if field.get('multi_help', false) -%}
<fieldset class="radios">
{%- for val, label, mhelp, mhelp_link in choices -%}
<label style="margin: 15px 0 0 0;" for="field-{{ field.field_name }}-{{ val }}">
<label style="margin: 8px 0 0 8px;" for="field-{{ field.field_name }}-{{ val }}">
<div style="display: flex; align-items: center;">
<input id="field-{{ field.field_name }}-{{ val }}"
type="radio"
@@ -55,7 +55,7 @@

</label>
<div style="padding-left: 24px;" class="info-block ">
<i class="fa fa-info-circle"></i>
<i class="fa fa-info-circle"></i> &nbsp;&nbsp;
{%- if mhelp_link != "" -%}
{%- for p in h.scheming_split_help_text_by_link(mhelp) -%}
{%- if p.link -%}

0 comments on commit 51deb02

Please sign in to comment.