Skip to content

Commit 5b30bb2

Browse files
committed
stylelint: Fix property-no-deprecated.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 598aa6f commit 5b30bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/renderer/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ body {
8585
line-height: 1;
8686
text-transform: none;
8787
letter-spacing: normal;
88-
word-wrap: normal;
88+
overflow-wrap: normal;
8989
white-space: nowrap;
9090
direction: ltr;
9191

app/renderer/css/preference.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ td:nth-child(odd) {
6868
line-height: 1;
6969
text-transform: none;
7070
letter-spacing: normal;
71-
word-wrap: normal;
71+
overflow-wrap: normal;
7272
white-space: nowrap;
7373
direction: ltr;
7474

0 commit comments

Comments
 (0)