Skip to content

Commit 43bd70b

Browse files
committed
Fix uneven input prompt width
1 parent 3c4bc0e commit 43bd70b

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
@@ -47,7 +47,7 @@ div.run_this_cell {
4747
}
4848

4949
div.code_cell div.input_prompt {
50-
min-width: 11ex;
50+
min-width: 15ex;
5151
}
5252

5353
@media (-moz-touch-enabled: 1), (any-pointer: coarse) {

0 commit comments

Comments
 (0)