Skip to content

Commit 69dd590

Browse files
committed
Use unitless lineheights.
Fixes #571.
1 parent f9adaaa commit 69dd590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editor/assets/stylesheets/_variables.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ $blue-medium-100: #E5F5FA;
3333
/* Other */
3434
$default-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
3535
$default-font-size: 13px;
36-
$default-line-height: 1.4em;
36+
$default-line-height: 1.4;
3737
$editor-font: "Noto Serif", serif;
3838
$editor-html-font: Menlo, Consolas, monaco, monospace;
3939
$editor-font-size: 16px;
40-
$editor-line-height: 1.8em;
40+
$editor-line-height: 1.8;
4141
$item-spacing: 10px;
4242
$header-height: 56px;
4343
$sidebar-width: 320px;

0 commit comments

Comments
 (0)