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 f4dd3e115d4d9f8f8621eda0244e317dc9f2b0b1..87d49300d796420bf112e16d5663710cb25a9a35 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 %}