Skip to content

Commit 37d519d

Browse files
authored
style: prevent text from overflowing its line box (#587)
1 parent 307b21c commit 37d519d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/scss/css/normalize.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575

7676
a {
7777
background-color: transparent;
78+
word-wrap: break-word;
7879
}
7980

8081
/**
@@ -346,4 +347,4 @@
346347

347348
[hidden] {
348349
display: none;
349-
}
350+
}

0 commit comments

Comments
 (0)