gecko-dev/devtools
Florens Verschelde 6de3972afb Bug 1589233 - Align CodeMirror line-height with Debugger in Inspector, Style Editor and Console editor; r=gl,nchevobbe
We have a few CodeMirror instances where we're using the default line height (`line-height: normal`), resulting in a line-height in the 13-14.5px range (depending on the font, OS, resolution). By contrast, the Debugger uses 15px explictly, and that's a style we're trying to generalize.

This patch sets a 15px line-height for:
- Inspector: the CodeMirror instance used in the markup view for "Edit as HTML" and in event tooltips
- Style Editor: the main editor instance
- Console: the jsterm but only in editor mode (since the output uses a 14px line-height on purpose, the jsterm in standard mode keeps this 14px line-height to minimize visual jumps when sending a command)

Differential Revision: https://phabricator.services.mozilla.com/D49593

--HG--
extra : moz-landing-system : lando
2019-10-21 14:18:07 +00:00
..
client Bug 1589233 - Align CodeMirror line-height with Debugger in Inspector, Style Editor and Console editor; r=gl,nchevobbe 2019-10-21 14:18:07 +00:00
docs Bug 1588999 - Rename ObjectClient to ObjectFront. r=ochameau. 2019-10-21 12:07:10 +00:00
platform
server Bug 1588999 - Rename ObjectClient to ObjectFront. r=ochameau. 2019-10-21 12:07:10 +00:00
shared Bug 1588999 - Rename ObjectClient to ObjectFront. r=ochameau. 2019-10-21 12:07:10 +00:00
startup Bug 1583042 - Change devtools debugger shortcut r=Harald 2019-10-17 07:29:45 +00:00
.eslintrc.js Bug 1539462 - Remove WebIDE r=ochameau,jryans,janerik,fluent-reviewers,flod 2019-09-25 17:24:58 +00:00
.eslintrc.mochitests.js
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build
templates.mozbuild