From ff61e25f109af2ce28d578e88f918758b3a10527 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Fri, 9 Oct 2020 19:42:51 +0800 Subject: [PATCH] fix(Row): should allow flex wrap --- src/row/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/row/index.less b/src/row/index.less index 42d22b0a4..c460ffce3 100644 --- a/src/row/index.less +++ b/src/row/index.less @@ -2,6 +2,7 @@ .van-row { display: flex; + flex-wrap: wrap; &--justify-center { justify-content: center;