Skip to content

Commit 37b35dc

Browse files
committed
fix uneven input/output prompt alignment
1 parent 86e473e commit 37b35dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

notebook/static/notebook/less/cell.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ div.unrecognized_cell {
134134
// from text_cell
135135
padding: 5px @_cell_padding_minus_border 5px 0px;
136136
.hbox();
137-
137+
138138
.inner_cell {
139139
.border-radius(@border-radius-base);
140140
padding: @_cell_padding_minus_border;

notebook/static/notebook/less/codecell.less

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

49-
div.input_prompt {
49+
// set the prompt width
50+
div.prompt {
5051
min-width: 15ex;
5152
}
5253

notebook/static/notebook/less/outputarea.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ div.out_prompt_overlay:hover {
4141

4242
div.output_prompt {
4343
color: @output_prompt_color;
44-
min-width: 15ex;
4544
}
4645

4746
/* This class is the outer container of all output sections. */

0 commit comments

Comments
 (0)