Merge pull request #661 from jdfreder/i645

Prevent right border of cell from moving.
Matthias Bussonnier 11 years ago
commit ff20e1d6a9

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

Loading…
Cancel
Save