Skip to content

Commit 813f461

Browse files
authored
Pre-wrap more code to avoid layout overflow (#461)
1 parent eb1f6ab commit 813f461

File tree

1 file changed

+1
-0
lines changed
  • site/themes/arangodb-docs-theme/static/css

1 file changed

+1
-0
lines changed

site/themes/arangodb-docs-theme/static/css/theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,6 +1469,7 @@ code, p code {
14691469
margin: 0;
14701470
padding: 2px;
14711471
word-break: break-word;
1472+
white-space: pre-wrap;
14721473
border-radius: 0px;
14731474
background: var(--gray-100);
14741475
box-shadow: none;

0 commit comments

Comments
 (0)