Skip to content

Commit

Permalink
Merge pull request jupyter#661 from jdfreder/i645
Browse files Browse the repository at this point in the history
Prevent right border of cell from moving.
  • Loading branch information
Carreau committed Oct 26, 2015
2 parents 99df568 + 3c5d81b commit ff20e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/static/notebook/less/cell.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ div.cell {
&.marked {
border-left-color: @marked_border_color;
border-left-width: 3px;
margin-left: -2px;
padding-left: 3px;
}

width: 100%;
Expand Down

0 comments on commit ff20e1d

Please sign in to comment.