From fa3e17a27577d996e0b7f51dbc48ebfebd9266f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexa=20Valentov=C3=A1?= <git@imaniti.org>
Date: Tue, 4 Mar 2025 12:42:08 +0100
Subject: [PATCH] update template, add opt.

---
 .../includes/atoms/buttons/round_button_group_block.html        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/templates/styleguide2/includes/atoms/buttons/round_button_group_block.html b/shared/templates/styleguide2/includes/atoms/buttons/round_button_group_block.html
index f4dd3e11..87d49300 100644
--- a/shared/templates/styleguide2/includes/atoms/buttons/round_button_group_block.html
+++ b/shared/templates/styleguide2/includes/atoms/buttons/round_button_group_block.html
@@ -1,6 +1,6 @@
 {% load wagtailcore_tags %}
 
-<div class="flex gap-3 py-4">
+<div class="flex gap-3 py-4 flex-wrap">
   {% for button in self.buttons %}
     {% include_block button %}
   {% endfor %}
-- 
GitLab