Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
add space around the list of checkboxes
  • Loading branch information
AnneliesVlaar committed Feb 3, 2025
1 parent 9d9960b commit b1d251a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h2 class="profile-section-body-header">{{_('settings')}}</h2>
<option value="o" {% if user_data['gender'] == "o" %}selected{% endif %}>{{_('other')}}</option>
</select>
</div>
<div class="flex flex-row items-center mb-2">
<div class="flex flex-row items-center mb-6">
<label for="country" class="inline-block w-72">{{_('country')}}</label>
<select id="country" name="country" class="personal-input">
<option value="">{{_('select')}}</option>
Expand All @@ -153,7 +153,7 @@ <h2 class="profile-section-body-header">{{_('settings')}}</h2>
<label for="pair_with_teacher">{{_('pair_with_teacher')}}</label>
<input type="checkbox" class="ml-auto" data-cy="pair_with_teacher" name="pair_with_teacher">
</div>
<div class="flex flex-row items-center mb-2">
<div class="flex flex-row items-center mb-6">
<label for="connect_guest_teacher">{{_('connect_guest_teacher')}}</label>
<input type="checkbox" class="ml-auto" data-cy="connect_guest_teacher" name="connect_guest_teacher"
_="on click toggle [@required='true'] on #phone
Expand Down

0 comments on commit b1d251a

Please sign in to comment.