Skip to content

Commit

Permalink
Merge pull request #136 from nsosnsos/dev
Browse files Browse the repository at this point in the history
FEAT: ENABLED WORD WRAP FOR CODE BLOCKS
  • Loading branch information
nsosnsos authored Oct 20, 2023
2 parents b2fb9e7 + b9155b6 commit 90335a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hallelujah/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,7 @@ a {
width: 1rem;
min-width: 1rem;
}
.markdown-body code.hljs table.hljs-ln td.hljs-ln-code {
word-break: break-word;
}

0 comments on commit 90335a9

Please sign in to comment.