Skip to content

Commit

Permalink
screen-common.less: Use 'word-break: keep-all'
Browse files Browse the repository at this point in the history
  • Loading branch information
simnalamburt committed Dec 22, 2019
1 parent d78f9f6 commit 2da95c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/screen-common.less
Expand Up @@ -18,6 +18,8 @@ body {
padding: 0;
color: #252525;
line-height: 1.7;
word-break: keep-all;
overflow-wrap: break-word;
}

:focus {
Expand Down

0 comments on commit 2da95c9

Please sign in to comment.