Skip to content

Commit

Permalink
CM: Fix missing whitespace (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger authored and betatim committed Oct 5, 2017
1 parent 8570355 commit b4c701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/src/notebook/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ body {

.CodeMirror pre {
padding: 0;
white-space: nowrap;
white-space: pre;
border: 0;
border-radius: 0;
}
Expand Down

0 comments on commit b4c701d

Please sign in to comment.