diff --git a/docs/v2/index.html b/docs/v2/index.html index 9ef41e3b..9673df10 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -294,6 +294,10 @@ textarea { height: 1em; } +.CodeMirror pre { + line-height: 1.4em; +} + .CodeMirror, .placeholder-code { /* https://codemirror.net/demo/resize.html */ diff --git a/documentation/site/docs.css b/documentation/site/docs.css index 5bb4dadd..5e09ddc7 100644 --- a/documentation/site/docs.css +++ b/documentation/site/docs.css @@ -274,6 +274,10 @@ textarea { height: 1em; } +.CodeMirror pre { + line-height: 1.4em; +} + .CodeMirror, .placeholder-code { /* https://codemirror.net/demo/resize.html */