Skip to content

Commit 03bd34e

Browse files
author
James Kolce
committed
[fix #242] Fix white-space in pre>code blocks
1 parent 7c6cba6 commit 03bd34e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

dist/concise.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ kbd {
7676

7777
pre {
7878
padding: 0.75rem 1em; }
79+
pre > code  {
80+
white-space: pre; }
7981

8082
kbd {
8183
background-color: transparent;

0 commit comments

Comments
 (0)