From 8ed86361d32ea212dff972f512dfbc7f6ba1718b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 7 Oct 2018 17:26:51 +0200 Subject: [PATCH] scss: don't cumulate form gutters (#26806) --- static/includes/_grid.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/includes/_grid.scss b/static/includes/_grid.scss index 66fdf5b5..1a1826a7 100644 --- a/static/includes/_grid.scss +++ b/static/includes/_grid.scss @@ -30,6 +30,7 @@ div[class*=grid-] { div.dataview div[class*=grid-], form div[class*=grid-] { + box-sizing: content-box; + h3, + h4 { // give additional padding to compensate the margin being // "absorbed" by the floating element. -- 2.19.1