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);