Skip to content

Commit 237a310

Browse files
authored
Merge pull request #3784 from gnestor/inline-run-button
Fix uneven input prompt width for markdown cells
2 parents 593bd40 + 75d2744 commit 237a310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/static/notebook/less/codecell.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ div.run_this_cell {
4646
width: 1ex;
4747
}
4848

49-
div.code_cell div.input_prompt {
49+
div.input_prompt {
5050
min-width: 15ex;
5151
}
5252

0 commit comments

Comments
 (0)