Add container class to fix indenting on webform confirmation pages

Ref agaric/sites/agaric-coop#241
This commit is contained in:
benjamin melançon 2023-10-24 14:02:53 -04:00
parent 57c713c4f9
commit 4a926facf3

View file

@ -19,7 +19,7 @@
{{ progress }}
{% endif %}
<div{{ attributes.addClass('webform-confirmation') }}>
<div{{ attributes.addClass('webform-confirmation container') }}>
{% if message %}
<div class="webform-confirmation__message">{{ message }}</div>