From 5854643fc64362d4122e3706b2d8ad17e054d291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 19 Feb 2021 10:04:30 +0100 Subject: [PATCH] scss: include clearfix on blocks zebra rows (forgotten from #45369) --- static/includes/wcs/_bulk.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/includes/wcs/_bulk.scss b/static/includes/wcs/_bulk.scss index 097c37e1..559970e3 100644 --- a/static/includes/wcs/_bulk.scss +++ b/static/includes/wcs/_bulk.scss @@ -772,6 +772,9 @@ div.section.foldable { .pk-blocks-zebra { // add a gray background for even numbered blocks, but that means odd // childs when the first child is an error. + .BlockSubWidget { + @include clearfix(); + } .error ~ .BlockSubWidget:nth-child(odd), .BlockSubWidget:first-child ~ .BlockSubWidget:nth-child(even) { background: hsla(0, 0%, 0%, 0.05);