ant-design/site/common/styles/clearfix.less

14 lines
180 B
Plaintext
Raw Normal View History

2016-02-29 14:08:40 +08:00
.clearfix {
zoom: 1;
&:before,
&:after {
content: " ";
display: table;
}
&:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
}