Skip to content

Commit

Permalink
Force code padding (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb authored Mar 17, 2022
1 parent b6017ac commit 5b3b619
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions assets/html/scss/documenter/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ pre {
overflow: hidden;

code, code.hljs {
padding: 0 0.5rem;
padding: 0 0.5rem !important;
overflow: auto;
display: block;
}

code:first-of-type, code.hljs:first-of-type {
padding-top: 0.7rem;
padding-top: 0.7rem !important;
}

code:last-of-type, code.hljs:last-of-type {
padding-bottom: 0.7rem;
padding-bottom: 0.7rem !important;
}

.copy-button {
Expand Down
6 changes: 3 additions & 3 deletions assets/html/themes/documenter-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions assets/html/themes/documenter-light.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b3b619

Please sign in to comment.