diff --git a/notebook/static/notebook/less/outputarea.less b/notebook/static/notebook/less/outputarea.less index 02adddf60..6ba89760a 100644 --- a/notebook/static/notebook/less/outputarea.less +++ b/notebook/static/notebook/less/outputarea.less @@ -157,7 +157,6 @@ div.output_javascript:empty { /* raw_input styles */ div.raw_input_container { - font-family: @font-family-monospace; line-height: @code_line_height; // for some reason, em padding doesn't compute the same for raw_input // that is not the first input, but px does @@ -169,7 +168,7 @@ pre.raw_input_prompt { } input.raw_input { - font-family: inherit; + font-family: @font-family-monospace; font-size: inherit; color: inherit; width: auto;