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