fix code preview

pull/2179/head
Richard Harris 7 years ago
parent 66e1240d6d
commit 64295c7d1a

@ -159,6 +159,7 @@
height: 100%; height: 100%;
border: none; border: none;
line-height: 1.5; line-height: 1.5;
overflow: hidden;
} }
.codemirror-container :global(.CodeMirror) { .codemirror-container :global(.CodeMirror) {
@ -221,7 +222,7 @@
top: 0; top: 0;
left: 0; left: 0;
border: none; border: none;
padding: 4px 4px 4px 57px; padding: 4px 4px 4px 60px;
resize: none; resize: none;
font-family: var(--font-mono); font-family: var(--font-mono);
font-size: 1.3rem; font-size: 1.3rem;

Loading…
Cancel
Save