Merge pull request #1633 from olegstepura/table-ckeckbox-spacing

Make checkbox centered between table edge and next column start
old
Rubén Moya 2018-03-03 12:25:04 +01:00 committed by GitHub
commit 570b921638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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