Skip to content

Commit

Permalink
Merge pull request #404 from hbugdoll/patch-1
Browse files Browse the repository at this point in the history
Cmsadmin padding fix for blockholder collapsed
  • Loading branch information
nadar authored Jan 29, 2024
2 parents 2205b81 + 07226da commit 867d5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE

## 5.0.1

+ [#404](https://github.com/luyadev/luya-module-cms/pull/404) Cmsadmin padding fix for blockholder collapsed
+ [#406](https://github.com/luyadev/luya-module-cms/pull/406) Fixed website and theme status ActiveButtons (PHP 8)
+ [#400](https://github.com/luyadev/luya-module-cms/pull/400) Improved translations (bg, cn, es, fr, hu, id, kr, nl, pl) and updated link to new guide.

Expand Down
2 changes: 1 addition & 1 deletion src/admin/resources/scss/components/_cmsadmin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

.cmsadmin-blockholder-collapsed {
@media (min-width: $mobile-nav-breakpoint) {
margin: 0 $blockholder-width-small 0 0;
margin: -10px $blockholder-width-small 0 0;
}
}

Expand Down

0 comments on commit 867d5a0

Please sign in to comment.