Skip to content

Commit daab61a

Browse files
authored
Fix nomination detail styles (#1598)
Make this the same as the styles when viewing submitted nominations.
1 parent faa4ea6 commit daab61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/nominations/nominee_detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ <h2>{{ nominee.display_name }}</h2>
2121
{% if nominee.self_nomination %}
2222
<li><b>Nominee Statement</b>:
2323
<ul>
24-
<div style="border-style: none;">
24+
<article class="text">
2525
{{ nominee.self_nomination.nomination_statement.rendered|safe }}
26-
</div>
26+
</article>
2727
</ul>
2828
{% endif %}
2929
{% if nominee.nominations_received %}

0 commit comments

Comments
 (0)