Merge pull request #1040 from dod-ccpo/max-line-width

Max line width
This commit is contained in:
leigh-mil
2019-08-30 09:40:51 -04:00
committed by GitHub
13 changed files with 42 additions and 14 deletions

View File

@@ -27,7 +27,9 @@
</div>
{% if description %}
<span class='usa-input__help'>{{ description | safe }}</span>
<p class='usa-input__help'>
{{ description | safe }}
</p>
{% endif %}
</legend>