Latest updates from IceHrmPro
This commit is contained in:
15
web/node_modules/antd/es/style/mixins/clearfix.less
generated
vendored
Normal file
15
web/node_modules/antd/es/style/mixins/clearfix.less
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// mixins for clearfix
|
||||
// ------------------------
|
||||
.clearfix() {
|
||||
// https://github.com/ant-design/ant-design/issues/21301#issuecomment-583955229
|
||||
&::before {
|
||||
display: table;
|
||||
content: '';
|
||||
}
|
||||
&::after {
|
||||
// https://github.com/ant-design/ant-design/issues/21864
|
||||
display: table;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user