feat: refs #7323 add flex-wrap
gitea/salix-front/pipeline/pr-test This commit looks good Details

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 {