From 68c6f6979bf975d5a813b7249e17017228841bda Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 10 Dec 2023 15:14:47 -0800 Subject: [PATCH] fix: code styling for safari --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 410a956a..34621fde 100644 --- a/src/app.css +++ b/src/app.css @@ -15,8 +15,8 @@ html { } code { - white-space-collapse: preserve !important; - white-space: nowrap; + /* white-space-collapse: preserve !important; */ + white-space: pre; width: auto; }