15230: Refactor copy to clipboard, applies to all DetailsAttribute
[arvados-workbench2.git] / src / views-components / details-panel / details-panel.tsx
index 9ce84867d736d5061d9461be923346c9dc3da604..f4aaa8436f753face5dd8bf97a5a80eaea85f134 100644 (file)
@@ -56,7 +56,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     },
     tabContainer: {
         overflow: 'auto',
-        padding: theme.spacing.unit * 3,
+        padding: theme.spacing.unit * 1,
     },
 });