Skip to content

Commit

Permalink
Fix line-height change from hover (#5449)
Browse files Browse the repository at this point in the history
* Fix line-height change from hover

Partial solution to #5448.  Fixes changing `line-height`
but there are still tiny discrepancies in overall size.

* Rebuild for 2023
  • Loading branch information
edemaine committed May 11, 2023
1 parent 98a2331 commit 8984dd3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/v2/browser-compiler-legacy/coffeescript.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/v2/browser-compiler-modern/coffeescript.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/v2/index.html
Expand Up @@ -50,6 +50,7 @@
white-space: pre-wrap;
}
.CodeMirror pre,
.CodeMirror pre.CodeMirror-line,
pre.placeholder-code {
line-height: 1.4em;
}
Expand Down
1 change: 1 addition & 0 deletions documentation/site/code.css
Expand Up @@ -30,6 +30,7 @@
white-space: pre-wrap;
}
.CodeMirror pre,
.CodeMirror pre.CodeMirror-line,
pre.placeholder-code {
line-height: 1.4em;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/coffeescript-browser-compiler-legacy/coffeescript.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/coffeescript-browser-compiler-modern/coffeescript.js

Large diffs are not rendered by default.

0 comments on commit 8984dd3

Please sign in to comment.