소스 검색

change target elm

akira-s 6 년 전
부모
커밋
70f4fbe027
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/styles/scss/_wiki.scss

+ 1 - 1
src/client/styles/scss/_wiki.scss

@@ -13,7 +13,7 @@ div.body {
   font-size: 15px;
 
   // override line-height except hljs and child of it.
-  :not(.hljs*) {
+  :not(pre*) {
     line-height: 1.8em;
   }