From 2842b0cc3d05982895458ef55b204a8f5dab5c4d Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Thu, 18 May 2017 21:31:01 +0100 Subject: [PATCH] fix(aio): ensure that subsections clear floats correctly --- aio/src/styles/2-modules/_subsection.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aio/src/styles/2-modules/_subsection.scss b/aio/src/styles/2-modules/_subsection.scss index bde0b54b24..a6f47bd0e8 100644 --- a/aio/src/styles/2-modules/_subsection.scss +++ b/aio/src/styles/2-modules/_subsection.scss @@ -4,6 +4,8 @@ border-left: 8px solid $blue; padding: 16px; margin-bottom: 8px; + display: table; + clear: both; h3 { margin: 8px 0 0;