From 5e12cdc9a635a85c7757b89a2bad7840ffe07ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sat, 31 Aug 2019 09:15:08 -0400 Subject: [PATCH] Remove excess padding from our tabs region --- .../src/templates/layout/region--header-tabs.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}