wrap long lines of code

This commit is contained in:
Alex Grintsvayg 2020-04-08 11:03:41 -04:00 committed by Sean Yesmunt
parent 6f07f63960
commit c357bbdff0

View file

@ -110,6 +110,7 @@
pre {
white-space: normal;
background: transparent;
word-break: break-all;
code {
margin-bottom: var(--spacing-medium);