Merge pull request #661 from jdfreder/i645

Prevent right border of cell from moving.
This commit is contained in:
Matthias Bussonnier 2015-10-26 10:34:45 -07:00
commit ff20e1d6a9

View File

@ -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%;