From 509ea32223a8a06dea460813f473d498dcd19f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 19 Sep 2018 08:56:32 +0200 Subject: [PATCH] scss: also force newline on title fields in summary page (#26543) --- static/includes/_grid.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/includes/_grid.scss b/static/includes/_grid.scss index 0bb4cfa0..4dfec7e9 100644 --- a/static/includes/_grid.scss +++ b/static/includes/_grid.scss @@ -28,6 +28,7 @@ div[class*=grid-] { } } +div.dataview div[class*=grid-], form div[class*=grid-] { + h3, +h4, +p, +div { clear: both; -- 2.19.0