Skip to content

Commit 665db57

Browse files
committed
fix simplemde styling
1 parent 26f61d3 commit 665db57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css/notes.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,16 @@
6565
.CodeMirror {
6666
position: relative;
6767
min-height: 100%;
68-
font-size: 16px;
68+
max-width: 47em;
6969
margin: 0 0 -50px;
7070
padding: 30px 0 90px;
7171
border: none;
72+
font-size: 16px;
73+
line-height: 1.5em;
74+
}
75+
76+
.CodeMirror-scroll {
77+
overflow-x: auto !important;
7278
}
7379

7480
#app-content .note-meta {

0 commit comments

Comments
 (0)