Skip to content

Commit e108272

Browse files
authored
Merge branch 'develop' into dependabot/npm_and_yarn/develop/stylelint-16.23.0
2 parents c9a9baf + 839d074 commit e108272

4 files changed

Lines changed: 103 additions & 102 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Thanks to: @dathbe.
2525

2626
### Updated
2727

28-
- [core] Update dependencies including electron to v37 (#3831, #3849)
28+
- [core] Update dependencies including electron to v37 (#3831, #3849, #3857)
2929

3030
### Fixed
3131

modules/default/alert/styles/notificationFx.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
font-size: 70%;
1010
position: relative;
1111
display: table;
12-
word-wrap: break-word;
12+
overflow-wrap: break-word;
1313
max-width: 100%;
1414
border-width: 1px;
1515
border-radius: 5px;
@@ -35,7 +35,7 @@
3535
top: 40%;
3636
width: 40%;
3737
height: auto;
38-
word-wrap: break-word;
38+
overflow-wrap: break-word;
3939
border-radius: 20px;
4040
}
4141

0 commit comments

Comments
 (0)