Skip to content

Commit

Permalink
Use font-family monospace for command output (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangosse authored and KELiON committed Sep 21, 2018
1 parent b3006a8 commit 52d1d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Preview/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.output {
font-family: inherit;
font-family: monospace;
padding: 16px;
overflow: auto;
font-size: 85%;
Expand Down

0 comments on commit 52d1d9f

Please sign in to comment.