Skip to content

Commit 283cc60

Browse files
authored
Issue #3530263: Support message component updates in 642 (#1393)
1 parent 4281a68 commit 283cc60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/themes/contrib/civictheme/templates/misc/status-messages.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
title: status_headings[type] ? status_headings[type] : type|capitalize,
1111
description: message|render,
1212
type: (type == 'status' or type == 'info') ? 'information' : type,
13+
vertical_spacing: 'both',
1314
} only %}
1415
{% endfor %}
1516
{% endfor %}

0 commit comments

Comments
 (0)