Merge pull request #3784 from gnestor/inline-run-button

Fix uneven input prompt width for markdown cells
This commit is contained in:
Min RK 2018-08-01 13:01:38 +02:00 committed by GitHub
commit 237a31060e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ div.run_this_cell {
width: 1ex;
}
div.code_cell div.input_prompt {
div.input_prompt {
min-width: 15ex;
}