-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
98d82a7
commit 34ba1c8
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -327,6 +327,10 @@ | |
padding: 1em 2em 1em 2em; | ||
} | ||
|
||
pre { | ||
overflow: auto; | ||
} | ||
|
||
.code-view { | ||
* { | ||
font-size: 12px; | ||
|