From 4bfda5074de0d42fb6387a18b760580b5076e043 Mon Sep 17 00:00:00 2001 From: Dave Aitken Date: Thu, 9 Aug 2018 09:58:38 +0100 Subject: [PATCH] Return output prompt to width of input prompt after #3772 --- notebook/static/notebook/less/outputarea.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/less/outputarea.less b/notebook/static/notebook/less/outputarea.less index 7e4d39346..f37a77b29 100644 --- a/notebook/static/notebook/less/outputarea.less +++ b/notebook/static/notebook/less/outputarea.less @@ -41,7 +41,7 @@ div.out_prompt_overlay:hover { div.output_prompt { color: @output_prompt_color; - min-width: 11ex; + min-width: 15ex; } /* This class is the outer container of all output sections. */