Small style tweak for word wrapping in code blocks

This commit is contained in:
swagg boi 2023-07-08 00:52:11 -04:00
parent 1496913f27
commit 1b1230e837

View file

@ -44,6 +44,7 @@ pre > code {
padding: 0.5em 1em; padding: 0.5em 1em;
display: inline-block; display: inline-block;
width: 100%; width: 100%;
overflow-wrap: anywhere;
} }
a:hover { cursor: url('/cursors/finger.cur'), auto; } a:hover { cursor: url('/cursors/finger.cur'), auto; }