Skip to content

Commit 9a4445d

Browse files
authored
Prevent horizontal scrolling
1 parent 9411c70 commit 9a4445d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/styles/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pre {
178178
padding: 15px;
179179
display: inline-block;
180180
word-wrap: break-word;
181-
width: 109%;
181+
display: block;
182182
color: #bbb;
183183
}
184184

0 commit comments

Comments
 (0)