Skip to content

Commit b098dbc

Browse files
⏫ Forwardport of #13026 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/13026.patch (created by @sanjay-wagento) based on commit(s): 1. 023fb1a 2. 7727086 Fixed GitHub Issues in 2.3-develop branch: - #12601: A space between the category page and the main footer when applying specific settings (reported by @wd7080)
1 parent 8e77e2f commit b098dbc

File tree

2 files changed

+20
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+20
-0
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,16 @@
497497
}
498498
}
499499

500+
//
501+
// Category page 1 column layout
502+
// ---------------------------------------------
503+
504+
.catalog-category-view.page-layout-1column {
505+
.column.main {
506+
min-height: inherit;
507+
}
508+
}
509+
500510
}
501511

502512
//

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,16 @@
566566
}
567567
}
568568
}
569+
570+
//
571+
// Category page 1 column layout
572+
// ---------------------------------------------
573+
574+
.catalog-category-view.page-layout-1column {
575+
.column.main {
576+
min-height: inherit;
577+
}
578+
}
569579
}
570580

571581
//

0 commit comments

Comments
 (0)