From 12a24f4c0399c846491a6e9a7241e3e936e65036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 13 May 2016 22:19:00 +0200 Subject: [PATCH] scss: force clear on

,

and

after grid elements (#10929) --- static/includes/_wcs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/includes/_wcs.scss b/static/includes/_wcs.scss index db42bbd..fbec856 100644 --- a/static/includes/_wcs.scss +++ b/static/includes/_wcs.scss @@ -430,7 +430,7 @@ form.quixote div.grid { @media screen and (max-width: $very-small-limit) { width: 100%; } - & + div { + & + h3, & + h4, & + p, & + div { clear: both; } textarea, select, input { -- 2.8.1