Skip to content

Commit

Permalink
fix(style): nowrap => pre-wrap, fixed #228
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Aug 5, 2017
1 parent 2f5f907 commit a88252c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/themes/buble.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ $sidebar-width: 16rem;
border-radius: 3px;
font-family: Inconsolata;
padding: 0.2em 0.4rem;
white-space: pre;
white-space: nowrap;
}

.markdown-section pre {
Expand Down
2 changes: 1 addition & 1 deletion src/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ body {
font-size: 0.8rem;
margin: 0 2px;
padding: 3px 5px;
white-space: nowrap;
white-space: pre-wrap;
}

.markdown-section pre {
Expand Down
2 changes: 1 addition & 1 deletion src/themes/vue.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ body {
font-size: 0.8rem;
margin: 0 2px;
padding: 3px 5px;
white-space: nowrap;
white-space: pre-wrap;
}

.markdown-section pre {
Expand Down

0 comments on commit a88252c

Please sign in to comment.