Small style tweak for word wrapping in code blocks
This commit is contained in:
parent
1496913f27
commit
1b1230e837
|
@ -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; }
|
||||||
|
|
Loading…
Reference in a new issue