Skip to content

Commit 6867b1b

Browse files
authored
fix: put unassigned review assignment contols on one small line (ietf-tools#3780)
1 parent 7738319 commit 6867b1b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ietf/templates/group/manage_review_requests.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ <h1>
180180
{% endif %}
181181
{% bootstrap_field r.form.action layout="horizontal" size="sm" %}
182182
</div>
183-
<div class="reviewer-controls mx-1 flex-fill">
183+
<div class="reviewer-controls mx-1 flex-fill row">
184184
{% if r.form.review_type %}
185-
{% bootstrap_field r.form.review_type layout="horizontal" size="sm" %}
185+
{% bootstrap_field r.form.review_type layout="horizontal" wrapper_class="col" size="sm" %}
186186
{% endif %}
187-
{% bootstrap_field r.form.reviewer layout="horizontal" size="sm" %}
188-
{% bootstrap_field r.form.add_skip layout="horizontal" size="sm" %}
187+
{% bootstrap_field r.form.reviewer layout="horizontal" wrapper_class="col row" size="sm" %}
188+
{% bootstrap_field r.form.add_skip layout="horizontal" wrapper_class="col col-2" size="sm" %}
189189
<button type="button"
190-
class="btn btn-sm btn-primary undo"
190+
class="btn btn-sm btn-primary undo col col-1"
191191
title="Cancel assignment"
192192
data-initial="{{ r.form.fields.reviewer.initial|default:"" }}">
193193
Cancel

0 commit comments

Comments
 (0)