Skip to content

Commit

Permalink
Add overflow-wrap: break-word
Browse files Browse the repository at this point in the history
  • Loading branch information
barcia committed Dec 27, 2021
1 parent bff3abf commit 70596c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
font-family: system-ui;
cursor: default;
box-sizing: border-box;
overflow-wrap: break-word;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased;
Expand Down

0 comments on commit 70596c0

Please sign in to comment.