diff options
Diffstat (limited to 'source/css/theme.scss')
-rw-r--r-- | source/css/theme.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/css/theme.scss b/source/css/theme.scss index f4427768..7e577143 100644 --- a/source/css/theme.scss +++ b/source/css/theme.scss @@ -384,6 +384,7 @@ eliminate the margins of such pre tags to avoid too much spacing.*/ pre[class*=sourceCode] { margin: 0; border: 1px solid; + overflow: auto; } pre code { |