Skip to content

Commit 8588aa1

Browse files
Merge pull request gtk-rs#248 from sophie-h/sophie-h/word-wrap
Wrap inside a word if necessary
2 parents 4922a36 + c7a4bba commit 8588aa1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_sass/_base.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ body {
2929
background-color: $background-color;
3030
-webkit-text-size-adjust: 100%;
3131
overflow-x: hidden;
32+
33+
/* prevent long function namens from breaking the design */
34+
word-wrap: break-word;
3235
}
3336

3437
strong {

0 commit comments

Comments
 (0)