From d7e8fa2504e6e7d9698693164284ba68dcc8b627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=97=E4=BD=A0=E6=98=AF=E5=B0=8F=E7=8C=AB=E5=92=AA?= Date: Sun, 22 Mar 2020 21:20:03 +0800 Subject: [PATCH] fix: Col without span prop should keep default (#22455) --- components/grid/style/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/components/grid/style/index.less b/components/grid/style/index.less index fa7cc98136..490d959b57 100644 --- a/components/grid/style/index.less +++ b/components/grid/style/index.less @@ -55,7 +55,6 @@ .@{ant-prefix}-col { position: relative; - flex: 1 0 auto; max-width: 100%; // Prevent columns from collapsing when empty min-height: 1px;