Browse Source

fix: code styling for safari

Timothy J. Baek 1 năm trước cách đây
mục cha
commit
68c6f6979b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;
 }