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:
Min RK 2018-09-13 16:53:56 +02:00 committed by GitHub
commit 86e473e754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. */