Skip to content

Commit 75d2744

Browse files
committed
Fix uneven input prompt width for markdown cells
1 parent d129f78 commit 75d2744

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)