From 444729862ac888a107425467e0358f8fbbb85f14 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 14 Oct 2020 21:10:23 +0800 Subject: [PATCH] fix(Row): should enable flex wrap (#7332) --- src/row/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/row/index.less b/src/row/index.less index 3858f4d68..8e8d5e967 100644 --- a/src/row/index.less +++ b/src/row/index.less @@ -9,6 +9,7 @@ &--flex { display: flex; + flex-wrap: wrap; &::after { display: none;