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

View File

@@ -195,20 +195,20 @@
"css": { "css": {
"custom.css": { "custom.css": {
"type": "-", "type": "-",
"size": 9454, "size": 9518,
"lmtime": 1741250182596, "lmtime": 1741467338065,
"modified": false "modified": false
}, },
"custom.css.map": { "custom.css.map": {
"type": "-", "type": "-",
"size": 13024, "size": 13105,
"lmtime": 1741250182596, "lmtime": 1741467338065,
"modified": false "modified": false
}, },
"custom.scss": { "custom.scss": {
"type": "-", "type": "-",
"size": 9821, "size": 9865,
"lmtime": 1741250182366, "lmtime": 1741467337856,
"modified": false "modified": false
}, },
"dynamic-assets": {}, "dynamic-assets": {},

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 { .wpfMainWrapper {
flex-wrap: nowrap; flex-wrap: nowrap !important;
>div:first-child { >div:first-child {
padding-left: 0 !important; padding-left: 0 !important;
} }
@media (min-width:768px) { @media (max-width:768px) {
flex-wrap: wrap; flex-wrap: wrap !important;
.wpfFilterButtons { .wpfFilterButtons {
text-align: right; text-align: right;