Skip to content

Commit 273b2fa

Browse files
authored
fix: Float nomcom feedback form to the left (ietf-tools#4787)
Fixes ietf-tools#4770
1 parent a79e9ab commit 273b2fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/nomcom/feedback.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2 class="navskip mt-4">Topics</h2>
6363
{% if form %}
6464
{% if form.position %}
6565
{% if nomcom.show_nominee_pictures and form.nominee.email.person.photo_thumb %}
66-
<div class="float-end mt-4">{% include "person/photo.html" with person=form.nominee.person %}</div>
66+
<div class="float-end ms-4 my-4">{% include "person/photo.html" with person=form.nominee.person %}</div>
6767
{% endif %}
6868
<h2 class="navskip mt-4">
6969
Provide feedback
@@ -90,7 +90,7 @@ <h2 >
9090
<a href="{% url 'ietf.nomcom.views.year_index' year=year %}">NomCom {{ year }}</a>.
9191
You may have the feedback mailed back to you by selecting the option below.
9292
</p>
93-
<form id="feedbackform" method="post">
93+
<form class="float-start" id="feedbackform" method="post">
9494
{% csrf_token %}
9595
{% bootstrap_form form %}
9696
<button class="btn btn-primary" type="submit" name="save">Save</button>

0 commit comments

Comments
 (0)