21440: Densify the rows on the input/output parameters table
[arvados.git] / services / workbench2 / src / components / data-table / data-table.tsx
index 4fd019cecf652697ab745bc7ce20f3878a45da62..d3bbab5077f863a96010f3e248c1fbda232077e8 100644 (file)
@@ -97,17 +97,18 @@ const styles: StyleRulesCallback<CssRules> = (theme: Theme) => ({
         display: "flex",
         width: '2rem',
         height: "1.5rem",
-        paddingLeft: '0.75rem',
-        marginRight: '0.2rem'
+        paddingLeft: '0.9rem',
+        marginRight: '0.5rem'
     },
     checkBoxCell: {
         padding: "0",
     },
     clickBox: {
-        width: '1.3rem',
-        height: "1.3rem",
-        paddingLeft: '0.2rem',
-        paddingTop: '0rem',
+        display: 'flex',
+        width: '1.6rem',
+        height: "1.5rem",
+        paddingLeft: '0.35rem',
+        paddingTop: '0.1rem',
         marginLeft: '0.5rem',
         cursor: "pointer",
     },