X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/866f9d08743b0fbc2617bc60f23c273237edb0c7..dec2560060035f165662cff34b3a8916927a7ee6:/src/views-components/details-panel/project-details.tsx diff --git a/src/views-components/details-panel/project-details.tsx b/src/views-components/details-panel/project-details.tsx index 8ed15b31..d4100767 100644 --- a/src/views-components/details-panel/project-details.tsx +++ b/src/views-components/details-panel/project-details.tsx @@ -37,8 +37,8 @@ type CssRules = 'tag' | 'editIcon' | 'editButton'; const styles: StyleRulesCallback = (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,