fix(aio): ensure that subsections clear floats correctly
This commit is contained in:
parent
a42322da0c
commit
2842b0cc3d
|
@ -4,6 +4,8 @@
|
||||||
border-left: 8px solid $blue;
|
border-left: 8px solid $blue;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin: 8px 0 0;
|
margin: 8px 0 0;
|
||||||
|
|
Loading…
Reference in New Issue