Make code non-wrapping

This commit is contained in:
HatScripts 2022-05-05 21:21:17 +10:00
parent c150439ec5
commit 1242d2ead2

View file

@ -7,3 +7,6 @@
padding: 1em;
width: 160px;
}
code {
white-space: nowrap;
}