소스 검색

Scroll when <pre> is too wide

master
Dylan Baker 5 년 전
부모
커밋
314395bf26
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      static/style.css

+ 1
- 0
static/style.css 파일 보기

@@ -38,6 +38,7 @@ pre {
38 38
   counter-reset: line;
39 39
   font-size: 16px;
40 40
   margin: 0;
41
+  overflow-x: scroll;
41 42
   padding: 15px;
42 43
 }
43 44
 

Loading…
취소
저장