Set max width on p elements and add in p tags where they were missing

This commit is contained in:
leigh-mil
2019-08-27 17:16:39 -04:00
parent 094e44a6b0
commit 2938e48a65
13 changed files with 42 additions and 14 deletions

View File

@@ -16,7 +16,9 @@
<div class="usa-input__title">{{ field.label | striptags }}</div>
{% if field.description %}
<span class='usa-input__help'>{{ field.description | safe }}</span>
<p class='usa-input__help'>
{{ field.description | safe }}
</p>
{% endif %}
<span v-show='showError'>{{ Icon('alert',classes="icon-validation") }}</span>