Remove unused class from hr element

This commit is contained in:
leigh-mil
2019-12-18 16:20:06 -05:00
parent 217a29b0dc
commit d84e1d58f3
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
{{ ('portfolios.applications.new.step_1_form_help_text.name' | translate | safe) }}
</div>
</div>
<hr class="panel__break">
<hr>
<div class="form-row">
<div class="form-col form-col--two-thirds">
{{ TextInput(form.description, paragraph=True, optional=True) }}