Skip to content

Commit

Permalink
fix: correct width of page content (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored Jan 9, 2024
1 parent 97f73d2 commit 75e2013
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "frosh/tools",
"version": "1.2.5",
"version": "1.2.6",
"description": "Provides some basic things for managing the Shopware Installation",
"type": "shopware-platform-plugin",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
.sw-card-view__content {
padding-top: 0;
width: 1330px;
margin: 0 auto;
}

.sw-card-view {
position: initial;
height: initial;
Expand Down

0 comments on commit 75e2013

Please sign in to comment.