Skip to content

Commit 839d074

Browse files
rejasdependabot[bot]veeck
authored
Update dependencies (#3857)
Just some normal maintainance after the holidays --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: veeck <[email protected]>
1 parent e34ef0c commit 839d074

File tree

4 files changed

+119
-118
lines changed

4 files changed

+119
-118
lines changed

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)