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 {
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 ;
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ div.out_prompt_overlay:hover {
4141
4242div .output_prompt {
4343 color : @output_prompt_color ;
44- min-width : 15ex ;
4544}
4645
4746/* This class is the outer container of all output sections. */
You can’t perform that action at this time.
0 commit comments