diff --git a/web/themes/contrib/civictheme/templates/misc/status-messages.html.twig b/web/themes/contrib/civictheme/templates/misc/status-messages.html.twig index 818dfb61c..9c754e4d7 100644 --- a/web/themes/contrib/civictheme/templates/misc/status-messages.html.twig +++ b/web/themes/contrib/civictheme/templates/misc/status-messages.html.twig @@ -10,6 +10,7 @@ title: status_headings[type] ? status_headings[type] : type|capitalize, description: message, type: type == 'status' ? 'information' : type, + vertical_spacing: 'both', } only %} {% endfor %} {% endfor %}