Skip to content

Commit

Permalink
Pre fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevquirk committed Mar 10, 2021
1 parent f0bf847 commit 4d5a630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@ pre {
background: var(--accent-bg);
border: 1px solid var(--border);
border-radius: 5px;
white-space: pre-wrap;
word-break: keep-all;
}

/* Fix embedded code within pre */
Expand Down

0 comments on commit 4d5a630

Please sign in to comment.