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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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