Make checkbox centered between table edge and next column start

old
Oleg Stepura 2017-08-09 15:21:17 +02:00
parent 61228b10db
commit b660bcc2e1
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@
&.checkboxCell {
width: calc(1.8 * var(--unit));
padding-right: 5px;
& > * {
margin: 0;
@ -82,6 +83,7 @@
&.checkboxCell {
width: calc(1.8 * var(--unit));
padding-right: 5px;
& > * {
margin: 0 0 3px;