16243: Added reducer changes in order to make file download valid
[arvados-workbench2.git] / src / components / text-field / text-field.tsx
index 82d640d8ff9ff912d1623cd3a026505dc41dab68..1cf9a81d28b497817bf3720f6f53550dea539872 100644 (file)
@@ -19,7 +19,7 @@ type CssRules = 'textField' | 'rte';
 
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     textField: {
-        marginBottom: theme.spacing.unit * 3
+        marginBottom: theme.spacing.unit
     },
     rte: {
         fontFamily: 'Arial',