File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
notebook/static/notebook/less Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ div.unrecognized_cell {
134
134
// from text_cell
135
135
padding : 5px @_cell_padding_minus_border 5px 0px ;
136
136
.hbox ();
137
-
137
+
138
138
.inner_cell {
139
139
.border-radius (@border-radius-base );
140
140
padding : @_cell_padding_minus_border ;
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ div.run_this_cell {
46
46
width : 1ex ;
47
47
}
48
48
49
- div .input_prompt {
49
+ // set the prompt width
50
+ div .prompt {
50
51
min-width : 15ex ;
51
52
}
52
53
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ div.out_prompt_overlay:hover {
41
41
42
42
div .output_prompt {
43
43
color : @output_prompt_color ;
44
- min-width : 15ex ;
45
44
}
46
45
47
46
/* This class is the outer container of all output sections. */
You can’t perform that action at this time.
0 commit comments