Update flex-wrap properties in custom.scss and sync cache for modified files

This commit is contained in:
2025-03-12 11:03:43 +01:00
parent 4c6a2e1e22
commit 2d151bd3d9
4 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -558,14 +558,14 @@ body.tax-product_cat {
}
.wpfMainWrapper {
flex-wrap: nowrap;
flex-wrap: nowrap !important;
>div:first-child {
padding-left: 0 !important;
}
@media (min-width:768px) {
flex-wrap: wrap;
@media (max-width:768px) {
flex-wrap: wrap !important;
.wpfFilterButtons {
text-align: right;