Skip to content

Commit

Permalink
help.html: more space below $code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Aug 22, 2023
1 parent cd42332 commit 1c4ec36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/help/html/html.factor
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ M: pathname url-of
] re-replace-with

R/ font-family: monospace;/ [
" margin-top: 0.5em; width: fit-content; white-space: pre-wrap; line-height: 125%;" append
" margin-top: 0.5em; margin-bottom: 0.5em; width: fit-content; white-space: pre-wrap; line-height: 125%;" append
] re-replace-with ;

: fix-help-header ( classes -- classes )
Expand Down

0 comments on commit 1c4ec36

Please sign in to comment.