Skip to content

Commit

Permalink
Merge pull request #13258 from craftcms/bugfix/notification-message-t…
Browse files Browse the repository at this point in the history
…ext-overflow-fix

notification message - fix text overflowing the container
  • Loading branch information
brandonkelly authored May 30, 2023
2 parents 66fd9a4 + 27bb0b7 commit 8c167be
Show file tree
Hide file tree
Showing 4 changed files with 5 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 CSS classes that contained a pseudo-selector weren’t getting namespaced. ([#13251](https://github.com/craftcms/cms/pull/13251))
- Fixed a JavaScript error that could occur when renaming assets without URLs. ([#13223](https://github.com/craftcms/cms/pull/13223))
- Fixed a bug where `craft\base\Element::setFieldValuesFromRequest()` wasn’t properly handling empty strings passed as the namespace. ([#13252](https://github.com/craftcms/cms/discussions/13252))
- Fixed a styling issue with control panel notifications. ([#13258](https://github.com/craftcms/cms/pull/13258))

## 4.4.13 - 2023-05-24

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.

2 changes: 2 additions & 0 deletions src/web/assets/cp/src/css/_cp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,8 @@ li.breadcrumb-toggle-wrapper {

.notification-message {
font-weight: bold;
word-break: normal;
overflow-wrap: anywhere;
}

.notification-details {
Expand Down

0 comments on commit 8c167be

Please sign in to comment.