diff --git a/core/modules/system/templates/dropbutton-wrapper.html.twig b/core/modules/system/templates/dropbutton-wrapper.html.twig index b7190ba..f4a362f 100644 --- a/core/modules/system/templates/dropbutton-wrapper.html.twig +++ b/core/modules/system/templates/dropbutton-wrapper.html.twig @@ -13,11 +13,11 @@ */ #} {% spaceless %} -{% if children %} -
-
- {{ children }} + {% if children %} +
+
+ {{ children }} +
-
-{% endif %} + {% endif %} {% endspaceless %}