Skip to content

Commit 3315ccd

Browse files
authored
Merge pull request #1220 from mfranzke/style-docs-preventing-horizontally-scrolling-pages
style(docs): preventing horizontally scrolling pages #1171
2 parents d23f5d2 + b8745ce commit 3315ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/src/scss/base/_text.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ pre {
7171
border: 0;
7272
background: transparent;
7373
color: inherit;
74+
white-space: pre-wrap;
7475
}
7576
}
7677

0 commit comments

Comments
 (0)