Add container class to fix indenting on webform confirmation pages
Ref agaric/sites/agaric-coop#241
This commit is contained in:
parent
57c713c4f9
commit
4a926facf3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue