feat(Row): add wrap prop (#8393)

This commit is contained in:
neverland
2021-03-23 13:05:52 +08:00
committed by GitHub
parent 71d60cdca0
commit 49430a1ef6
5 changed files with 23 additions and 1 deletions
+4
View File
@@ -2,6 +2,10 @@
display: flex;
flex-wrap: wrap;
&--nowrap {
flex-wrap: nowrap;
}
&--justify-center {
justify-content: center;
}