Set max width on p elements and add in p tags where they were missing
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
</div>
|
||||
|
||||
{% if field.description %}
|
||||
<span class='usa-input__help'>{{ field.description | safe }}</span>
|
||||
<p class='usa-input__help'>
|
||||
{{ field.description | safe }}
|
||||
</p>
|
||||
{{ validation_icons }}
|
||||
{% endif %}
|
||||
</legend>
|
||||
|
Reference in New Issue
Block a user