Skip to content

Commit

Permalink
Fixed #13074
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Apr 11, 2023
1 parent c5ba09c commit 92db0cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- `craft\web\View::renderObjectTemplate()` now trims the returned template output.
- Fixed a bug where the Entries index page was listing unpublished drafts created by other users, even if the current user didn’t have permission to edit them.
- Fixed a bug where Matrix fields weren’t counting disabled blocks when enforcing their Min Blocks settings. ([#13059](https://github.com/craftcms/cms/issues/13059))
- Fixed a bug where volume folder modals’ sidebars and content were being cut off. ([#13074](https://github.com/craftcms/cms/issues/13074))

## 3.8.6 - 2023-04-04

Expand Down
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.

4 changes: 4 additions & 0 deletions src/web/assets/cp/src/css/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4564,6 +4564,10 @@ ul.tree,
padding-top: 14px;
padding-bottom: 14px;
text-align: center;

& + .body {
height: calc(100% - 48px) !important;
}
}

.body {
Expand Down

0 comments on commit 92db0cf

Please sign in to comment.