소스 검색

Update app.css

Timothy J. Baek 1 년 전
부모
커밋
a09b523381
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app.css

+ 1 - 1
src/app.css

@@ -6,7 +6,7 @@
 
 html {
 	@apply bg-gray-800;
-	word-break: break-all;
+	word-break: break-word;
 }
 
 .hljs {