Skip to content

Commit 469be12

Browse files
Rebase
1 parent 7f0ec72 commit 469be12

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/Papyros.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
.cm-scroller, .cm-gutters { /* Min height of the editor via both gutter and scroller */
88
min-height: 20vh !important;
99
}
10-
.cm-content, #__papyros-code-output-area {
10+
/* Use monospace font for code, input and output */
11+
.cm-content, #__papyros-code-output-area, #__papyros-code-input-area {
1112
font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
1213
}
1314
/* Change styling of tooltips generated by CodeMirror */
748 KB
Binary file not shown.

0 commit comments

Comments
 (0)