Skip to content

Commit

Permalink
https://github.com/cabinetsbay/catalog/issues/44
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 8, 2024
1 parent b428a05 commit c626a94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cabinetsbay/catalog"
,"version": "0.1.2"
,"version": "0.1.3"
,"description": "A custom module for cabinetsbay.com (Magento 2)"
,"type": "magento2-module"
,"homepage": "https://github.com/cabinetsbay/catalog"
Expand Down
4 changes: 4 additions & 0 deletions view/frontend/web/css/category/_categories.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
display: block;
margin: 0; // 2024-05-24 It overcomes `margin-block-start: 1em; margin-block-end: 1em;` set by browsers.
padding-left: 0; // 2024-05-24 It overcomes `padding-inline-start: 40px;` set by browsers.
// 2024-07-08
// "A category block in the «Matching Styles» section of the `/catalog/category/view/id/3814` page is too small":
// https://github.com/cabinetsbay/catalog/issues/44
width: 100%;
> li {
display: inline-block;
//flex: 0 0 auto;
Expand Down

0 comments on commit c626a94

Please sign in to comment.