Browse Source

fix: ant-row with flex

pull/21406/head
zombiej 5 years ago
parent
commit
e35663065c
  1. 1
      components/style/mixins/clearfix.less

1
components/style/mixins/clearfix.less

@ -5,6 +5,7 @@
&::before,
&::after {
display: table;
flex: 0;
width: 100%;
content: '';
}

Loading…
Cancel
Save