X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/15b6918d498bec312bea23e5277db2997b040279..d4d0208892ea0f0f4bf79691770b14aca89db92b:/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,