fix: code styling for safari

This commit is contained in:
Timothy J. Baek 2023-12-10 15:14:47 -08:00
parent 970a71354b
commit 68c6f6979b

View file

@ -15,8 +15,8 @@ html {
} }
code { code {
white-space-collapse: preserve !important; /* white-space-collapse: preserve !important; */
white-space: nowrap; white-space: pre;
width: auto; width: auto;
} }