From e35663065c2ac5fec3aff801dda1fe49ba299e20 Mon Sep 17 00:00:00 2001 From: zombiej Date: Mon, 17 Feb 2020 11:37:23 +0800 Subject: [PATCH] fix: ant-row with flex --- components/style/mixins/clearfix.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/mixins/clearfix.less b/components/style/mixins/clearfix.less index 875d0d985e..513c646a4a 100644 --- a/components/style/mixins/clearfix.less +++ b/components/style/mixins/clearfix.less @@ -5,6 +5,7 @@ &::before, &::after { display: table; + flex: 0; width: 100%; content: ''; }