Skip to content

Commit 4bfda50

Browse files
committed
Return output prompt to width of input prompt after #3772
1 parent b94cc44 commit 4bfda50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/static/notebook/less/outputarea.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ div.out_prompt_overlay:hover {
4141

4242
div.output_prompt {
4343
color: @output_prompt_color;
44-
min-width: 11ex;
44+
min-width: 15ex;
4545
}
4646

4747
/* This class is the outer container of all output sections. */

0 commit comments

Comments
 (0)