18219: Improves property chips styling in both 1 or 2 column configurations.
[arvados-workbench2.git] / src / views-components / details-panel / project-details.tsx
index 8ed15b317fb308c8c901f59906f01fb2d2f8b077..d410076734dcd96e1f847b07bd3a862e7b8aded9 100644 (file)
@@ -37,8 +37,8 @@ type CssRules = 'tag' | 'editIcon' | 'editButton';
 
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     tag: {
-        marginRight: theme.spacing.unit,
-        marginBottom: theme.spacing.unit
+        marginRight: theme.spacing.unit / 2,
+        marginBottom: theme.spacing.unit / 2,
     },
     editIcon: {
         paddingRight: theme.spacing.unit/2,