Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebook/static/notebook/less/cell.less
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ div.unrecognized_cell {
// from text_cell
padding: 5px @_cell_padding_minus_border 5px 0px;
.hbox();

.inner_cell {
.border-radius(@border-radius-base);
padding: @_cell_padding_minus_border;
Expand Down
3 changes: 2 additions & 1 deletion notebook/static/notebook/less/codecell.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ div.run_this_cell {
width: 1ex;
}

div.input_prompt {
// set the prompt width
div.prompt {
min-width: 15ex;
}

Expand Down
1 change: 0 additions & 1 deletion notebook/static/notebook/less/outputarea.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ div.out_prompt_overlay:hover {

div.output_prompt {
color: @output_prompt_color;
min-width: 15ex;
}

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