Skip to content

Commit 1e463f5

Browse files
author
Lian Li
authored
Merge pull request #619 from cncf/wrap
Remove word-wrapping within paragraphs
2 parents 571bdf3 + 085af9f commit 1e463f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/assets/scss/_main.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ html .row {
1010
// Stops links pushing out container.
1111
// Experimental usage on P tag.
1212
// Due to Archived project github link.
13-
a,
14-
p {
13+
a {
1514
overflow-wrap: break-word;
1615
word-wrap: break-word;
1716
word-break: break-all;

0 commit comments

Comments
 (0)