fix pre wrap

This commit is contained in:
Ben Harris 2022-07-22 11:49:14 -04:00
parent 64670f7c32
commit 2d412946ad
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ pre {
background-color: #3c3836;
padding: 1em;
border: 0;
overflow: auto;
white-space: pre-wrap;
}
a, a:active, a:visited {