Skip to content

Commit

Permalink
Fix overflow for long words
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Aug 4, 2023
1 parent 56a701b commit 9cff67f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/public/css/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ pre code.hljs {
display: block;
overflow-x: auto;
padding: 1rem;
border-style: groove;
border-width: 1px;
border-color: var(--button-primary-color);
}

code.hljs {
Expand Down
1 change: 1 addition & 0 deletions resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ footer p {

section .post {
padding: 2.5rem;
overflow-wrap: break-word;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: var(--border-primary-color);
Expand Down

0 comments on commit 9cff67f

Please sign in to comment.