Skip to content

Commit

Permalink
Merge pull request #16363 from craftcms/bugfix/cms-16342-plugin-store…
Browse files Browse the repository at this point in the history
…-layout

Fix plugin store layout
brandonkelly authored Dec 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents c4a3405 + 4c5c864 commit 6adc696
Showing 6 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@
- Fixed a bug where `@transform` GraphQL directives weren’t always working on Assets fields with overridden handles. ([#15718](https://github.com/craftcms/cms/issues/15718))
- Fixed an error that occurred when adding “Full Name” to user cards. ([#16358](https://github.com/craftcms/cms/issues/16358))
- Fixed an error that could occur if `craft\base\NestedElementTrait::getOwner()` or `getPrimaryOwner()` were called on a nested element whose owner didn’t exist in the same site. ([#16359](https://github.com/craftcms/cms/issues/16359))
- Fixed a styling issue. ([#16342](https://github.com/craftcms/cms/issues/16342))
- Fixed an RCE vulnerability.

## 5.5.7 - 2024-12-17
2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/cp.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/cp.css.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/web/assets/cp/src/css/_cp.scss
Original file line number Diff line number Diff line change
@@ -1123,13 +1123,16 @@ li.breadcrumb-toggle-wrapper {
padding-block: var(--xl);
padding-inline: var(--padding);
word-wrap: break-word;
container-type: inline-size;

& > hr {
margin-inline: calc(var(--xl) * -1);
}
}

.content-pane:has(.flex-fields) {
container-type: inline-size;
}

#footer,
.footer {
padding-block: 6px;
2 changes: 1 addition & 1 deletion src/web/assets/pluginstore/dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/pluginstore/dist/js/app.js.map

Large diffs are not rendered by default.

0 comments on commit 6adc696

Please sign in to comment.