Skip to content

Commit cd841a0

Browse files
ckvvRobbiNespu
authored andcommitted
style: prevent text from overflowing its line box (luizdepra#587)
1 parent daa364e commit cd841a0

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)