[arvados] updated: 2.7.0-5778-g66e0e1a082
git repository hosting
git at public.arvados.org
Mon Jan 8 19:26:39 UTC 2024
Summary of changes:
services/workbench2/src/components/data-table/data-table.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via 66e0e1a0826c5e6aaaa15674a0cd2384c99d0ff2 (commit)
from cb3411270bc6254ffa8519f7c4bcee71b8002869 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 66e0e1a0826c5e6aaaa15674a0cd2384c99d0ff2
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Mon Jan 8 14:26:36 2024 -0500
21315: extended checkbox click area further Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/components/data-table/data-table.tsx b/services/workbench2/src/components/data-table/data-table.tsx
index 4fd019cecf..4f618227dc 100644
--- a/services/workbench2/src/components/data-table/data-table.tsx
+++ b/services/workbench2/src/components/data-table/data-table.tsx
@@ -97,16 +97,16 @@ const styles: StyleRulesCallback<CssRules> = (theme: Theme) => ({
display: "flex",
width: '2rem',
height: "1.5rem",
- paddingLeft: '0.75rem',
+ paddingLeft: '0.8rem',
marginRight: '0.2rem'
},
checkBoxCell: {
padding: "0",
},
clickBox: {
- width: '1.3rem',
- height: "1.3rem",
- paddingLeft: '0.2rem',
+ width: '1.4rem',
+ height: "1.4rem",
+ paddingLeft: '0.25rem',
paddingTop: '0rem',
marginLeft: '0.5rem',
cursor: "pointer",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list