Pārlūkot izejas kodu

fix: code styling for safari

Timothy J. Baek 1 gadu atpakaļ
vecāks
revīzija
68c6f6979b
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/app.css

+ 2 - 2
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;
 }