Skip to content

Commit 645a675

Browse files
committed
Change line-height for all codemirror areas
To improve UX we decided to increase lineheight value from 1.2 to 1.4 so the code lines wouldn't look squeezed.
1 parent 91068c2 commit 645a675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/common/overwrite.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.react-codemirror2,
44
.CodeMirror
55
height: 100% !important
6-
line-height: 1.2
6+
line-height: 1.4
77

88
.new-snippet .react-codemirror2,
99
.new-snippet .CodeMirror

0 commit comments

Comments
 (0)