[arvados] updated: 2.7.0-5780-g7109f4f33c

git repository hosting git at public.arvados.org
Fri Jan 12 20:21:32 UTC 2024


Summary of changes:
 services/workbench2/src/components/data-table/data-table.tsx | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

       via  7109f4f33c919b07f8e87412c3bc2cc28725296a (commit)
      from  846d1322282be39bd2db362c7f97a4068a3e1867 (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 7109f4f33c919b07f8e87412c3bc2cc28725296a
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Jan 12 15:21:23 2024 -0500

    21317: increased checkbox hitbox size 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 b9d529c2fa..d3bbab5077 100644
--- a/services/workbench2/src/components/data-table/data-table.tsx
+++ b/services/workbench2/src/components/data-table/data-table.tsx
@@ -97,16 +97,18 @@ const styles: StyleRulesCallback<CssRules> = (theme: Theme) => ({
         display: "flex",
         width: '2rem',
         height: "1.5rem",
-        paddingLeft: '0.8rem',
+        paddingLeft: '0.9rem',
         marginRight: '0.5rem'
     },
     checkBoxCell: {
         padding: "0",
     },
     clickBox: {
-        width: '1.4rem',
-        height: "1.4rem",
-        paddingLeft: '0.25rem',
+        display: 'flex',
+        width: '1.6rem',
+        height: "1.5rem",
+        paddingLeft: '0.35rem',
+        paddingTop: '0.1rem',
         marginLeft: '0.5rem',
         cursor: "pointer",
     },

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list