Prevent right border of cell from moving.

pull/661/head
Jonathan Frederic 10 years ago
parent aaffd891b5
commit 80cb919998

@ -27,6 +27,7 @@ div.cell {
border-left-color: @marked_border_color;
border-left-width: 3px;
margin-left: -2px;
width: ~"calc(100% + 2px)";
}
width: 100%;

Loading…
Cancel
Save