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 {
white-space-collapse: preserve !important;
white-space: nowrap;
/* white-space-collapse: preserve !important; */
white-space: pre;
width: auto;
}