소스 검색

fix: code styling for safari

Timothy J. Baek 1 년 전
부모
커밋
68c6f6979b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;
 }