0
0
Fork 0

feat: refs #7323 add flex-wrap

This commit is contained in:
Jorge Penadés 2024-08-13 16:59:43 +02:00
parent e780dcda05
commit e7def05d40
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
> :deep(*) {
flex: 1;
}
&[wrap] {
flex-wrap: wrap;
}
}
@media screen and (max-width: 800px) {
.vn-row {