diff --git a/web/themes/custom/geofresco/src/templates/layout/region--header-tabs.html.twig b/web/themes/custom/geofresco/src/templates/layout/region--header-tabs.html.twig index a300f9b..7ca3776 100644 --- a/web/themes/custom/geofresco/src/templates/layout/region--header-tabs.html.twig +++ b/web/themes/custom/geofresco/src/templates/layout/region--header-tabs.html.twig @@ -13,7 +13,7 @@ */ #} {% if content %} - {% set attributes = attributes.addClass(['section']) %} + {% set attributes = attributes.addClass(['section, is-paddingless']) %}
{{ content }}