From c17b6b8863490c9bbb7dfad140bc600f195c685f Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Mon, 18 Sep 2017 16:06:11 -0400 Subject: [PATCH] fix the code popping --- docs/v2/index.html | 2 +- documentation/site/docs.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v2/index.html b/docs/v2/index.html index 9673df10..02558824 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -294,7 +294,7 @@ textarea { height: 1em; } -.CodeMirror pre { +.CodeMirror pre, pre.placeholder-code { line-height: 1.4em; } diff --git a/documentation/site/docs.css b/documentation/site/docs.css index 5e09ddc7..97607986 100644 --- a/documentation/site/docs.css +++ b/documentation/site/docs.css @@ -274,7 +274,7 @@ textarea { height: 1em; } -.CodeMirror pre { +.CodeMirror pre, pre.placeholder-code { line-height: 1.4em; }