ant-design/site/common/styles/clearfix.less
2016-03-10 10:50:35 +08:00

14 lines
180 B
Plaintext

.clearfix {
zoom: 1;
&:before,
&:after {
content: " ";
display: table;
}
&:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
}