ant-design/site/common/styles/clearfix.less
2016-05-27 11:03:49 +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;
}
}