Skip to content

Commit

Permalink
Merge pull request #16412 from craftcms/bugfix/16410-modal-header-cle…
Browse files Browse the repository at this point in the history
…ar-after

bring back clearafter for the modal header
  • Loading branch information
brandonkelly authored Jan 13, 2025
2 parents 0dccb7d + 28fca2b commit 2461d9d
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 @@ -5,6 +5,7 @@
- Fixed a bug where the control panel could display a notice about the Craft CMS license belonging to a different domain, even when accessing the control panel from the correct domain. ([#16396](https://github.com/craftcms/cms/issues/16396))
- Fixed a bug where field layout elements’ action menus could have an empty action group.
- Fixed a bug where Single section entries could be duplicated after running the `entry-types/merge` command. ([#16394](https://github.com/craftcms/cms/issues/16394))
- Fixed a styling bug with the system message modal. ([#16410](https://github.com/craftcms/cms/issues/16410))

## 5.5.9 - 2025-01-06

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 @@ -6373,6 +6373,10 @@ $min2ColWidth: 400px;
h1 {
margin: 0;
}

&::after {
@include mixins.clearafter;
}
}

.footer,
Expand Down

0 comments on commit 2461d9d

Please sign in to comment.