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": {
|
||||
"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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user