Skip to content

Commit

Permalink
https://github.com/cabinetsbay/core/issues/24
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 9, 2024
1 parent ccfbd59 commit ba6a338
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cabinetsbay/core"
,"version": "0.4.2"
,"version": "0.4.3"
,"description": "A custom module for cabinetsbay.com (Magento 2)"
,"type": "magento2-module"
,"homepage": "https://github.com/cabinetsbay/core"
Expand Down
8 changes: 5 additions & 3 deletions view/frontend/web/css/_breadcrumbs.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
// 2024-09-09
// 1) "The breadcrumbs block is shifted left on frontend pages after the Magento 2.4.4 → 2.4.7-p2 upgrade":
// https://github.com/cabinetsbay/core/issues/24
// 2) I added `!important` to overcome the `Magento/blank` theme's rule:
// 2) I added `!important` to overcome the rules of the `Magento/blank` theme:
// max-width: @layout__max-width;
// https://github.com/magento/magento2/blob/2.4.7-p2/app/design/frontend/Magento/blank/web/css/source/_layout.less#L89-L89
// padding-left: @layout-indent__width;
// padding-right: @layout-indent__width;
// https://github.com/magento/magento2/blob/2.4.7-p2/app/design/frontend/Magento/blank/web/css/source/_layout.less#L89-L91
max-width: 1114px !important;
padding: 1em;
padding: 1em !important;
width: 100%;
@media screen and (max-width: 768px) {border-top: none;}
@media screen and (max-width: 680px) {display: none;}
Expand Down

0 comments on commit ba6a338

Please sign in to comment.