Skip to content

Commit

Permalink
[fix #242] Fix white-space in pre>code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kolce committed Nov 27, 2016
1 parent 7c6cba6 commit 03bd34e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dist/concise.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ kbd {

pre {
padding: 0.75rem 1em; }
pre > code  {
white-space: pre; }

kbd {
background-color: transparent;
Expand Down
Loading

0 comments on commit 03bd34e

Please sign in to comment.