X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/7f440c8e719b78ddbccf90ab42b6b38575dc8c21..0c00f9d96076ad46e2ee499230f3f22a1603675d:/src/components/text-field/text-field.tsx diff --git a/src/components/text-field/text-field.tsx b/src/components/text-field/text-field.tsx index 5f21f971..1cf9a81d 100644 --- a/src/components/text-field/text-field.tsx +++ b/src/components/text-field/text-field.tsx @@ -19,7 +19,7 @@ type CssRules = 'textField' | 'rte'; const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ textField: { - marginBottom: theme.spacing.unit * 3 + marginBottom: theme.spacing.unit }, rte: { fontFamily: 'Arial', @@ -30,7 +30,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ cursor: 'pointer', textDecoration: 'underline' } - } + } } });