fix(Row): should enable flex wrap (#7332)

This commit is contained in:
neverland
2020-10-14 21:10:23 +08:00
committed by GitHub
parent 68c54aaa25
commit 444729862a

View File

@@ -9,6 +9,7 @@
&--flex {
display: flex;
flex-wrap: wrap;
&::after {
display: none;