Skip to content

Commit

Permalink
Use unitless lineheights.
Browse files Browse the repository at this point in the history
Fixes #571.
  • Loading branch information
jasmussen committed May 1, 2017
1 parent f9adaaa commit 69dd590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/assets/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ $blue-medium-100: #E5F5FA;
/* Other */
$default-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
$default-font-size: 13px;
$default-line-height: 1.4em;
$default-line-height: 1.4;
$editor-font: "Noto Serif", serif;
$editor-html-font: Menlo, Consolas, monaco, monospace;
$editor-font-size: 16px;
$editor-line-height: 1.8em;
$editor-line-height: 1.8;
$item-spacing: 10px;
$header-height: 56px;
$sidebar-width: 320px;
Expand Down

0 comments on commit 69dd590

Please sign in to comment.