16243: Added reducer changes in order to make file download valid
[arvados-workbench2.git] / src / components / text-field / text-field.tsx
index 5f21f9715c989fed16d794b504cf31739a93e464..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',
@@ -30,7 +30,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
                 cursor: 'pointer',
                 textDecoration: 'underline'
             }
-        }     
+        }
     }
 });