From b660bcc2e1536686fb7358737527714eb631328b Mon Sep 17 00:00:00 2001 From: Oleg Stepura Date: Wed, 9 Aug 2017 15:21:17 +0200 Subject: [PATCH 1/2] Make checkbox centered between table edge and next column start --- components/table/theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/table/theme.css b/components/table/theme.css index 985380d6..b23edae4 100644 --- a/components/table/theme.css +++ b/components/table/theme.css @@ -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; From 71341d9448f89f898bfcd9290b0da57d6d7a3fa6 Mon Sep 17 00:00:00 2001 From: Oleg Stepura Date: Mon, 2 Oct 2017 15:55:51 +0200 Subject: [PATCH 2/2] Fix travis --- components/table/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/table/theme.css b/components/table/theme.css index b23edae4..9068bba1 100644 --- a/components/table/theme.css +++ b/components/table/theme.css @@ -62,8 +62,8 @@ vertical-align: middle; &.checkboxCell { - width: calc(1.8 * var(--unit)); padding-right: 5px; + width: calc(1.8 * var(--unit)); & > * { margin: 0; @@ -82,8 +82,8 @@ vertical-align: bottom; &.checkboxCell { - width: calc(1.8 * var(--unit)); padding-right: 5px; + width: calc(1.8 * var(--unit)); & > * { margin: 0 0 3px;