Skip to content

Commit fc29b4b

Browse files
committed
Make font size consistent for all pre elements.
The change also has the effect of allowing 100 characters (`rustfmt`'s default) to be visible on all source views. Resolves #296.
1 parent 8b8eee6 commit fc29b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ body {
129129
}
130130

131131
pre {
132+
font-size: 0.9rem;
132133
overflow: auto;
133134
white-space: pre;
134135
}
@@ -314,7 +315,6 @@ div.recent-releases-container {
314315
}
315316

316317
pre {
317-
font-size: 0.8rem;
318318
white-space: pre-wrap;
319319
}
320320

0 commit comments

Comments
 (0)