fix clearfix (#10563)

pull/10509/merge
Jamie.LiuMJ 7 years ago committed by 偏右
parent d4ed303bcd
commit 2955600642

@ -4,13 +4,10 @@
zoom: 1;
&:before,
&:after {
content: " ";
content: "";
display: table;
}
&:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
}

Loading…
Cancel
Save