Update flex-wrap properties in custom.scss and sync cache for modified files
This commit is contained in:
12
.vscode/ftp-kr.sync.cache.json
vendored
12
.vscode/ftp-kr.sync.cache.json
vendored
@@ -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
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user