mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #3839 from AestheticIntegration/fix-output-prompt-width
Return output prompt to width of input prompt after #3772
This commit is contained in:
commit
86e473e754
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user