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": {
"custom.css": {
"type": "-",
"size": 9454,
"lmtime": 1741250182596,
"size": 9518,
"lmtime": 1741467338065,
"modified": false
},
"custom.css.map": {
"type": "-",
"size": 13024,
"lmtime": 1741250182596,
"size": 13105,
"lmtime": 1741467338065,
"modified": false
},
"custom.scss": {
"type": "-",
"size": 9821,
"lmtime": 1741250182366,
"size": 9865,
"lmtime": 1741467337856,
"modified": false
},
"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 {
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;