Skip to content

Commit 502f0ff

Browse files
authored
Merge pull request #411 from tkskto/fix/pre-style
fix: set pre style when overflow
2 parents 8e06473 + 6d61efb commit 502f0ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ header {
110110
word-break: break-all;
111111
z-index: 1;
112112
background-color: #293D52;
113+
max-width: 100%;
113114
}
114115
.js .filename {
115116
border: 1px solid #ffff00;
@@ -138,6 +139,7 @@ summary {
138139
background-color: #333;
139140
padding: 4px 8px 6px;
140141
border-radius: 4px;
142+
overflow-x: auto;
141143
}
142144
.file__meta {
143145
display: block;

0 commit comments

Comments
 (0)