From 8d5532bba339e7d40506491a4090d7ec8acf3de6 Mon Sep 17 00:00:00 2001 From: Alan Cole Date: Mon, 16 Jun 2025 14:20:49 +1000 Subject: [PATCH] Issue #3530263: Support message component updates in 642 --- .../contrib/civictheme/templates/misc/status-messages.html.twig | 1 + 1 file changed, 1 insertion(+) 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 %}