Improve run process form layout
[arvados.git] / src / views / run-process-panel / inputs / file-input.tsx
index a356d829e10271172db395794b9231174981954e..b018584ab3a1a1a73be75488826e80c7c50d37c6 100644 (file)
@@ -38,5 +38,5 @@ export const FileInput = ({ input }: FileInputProps) =>
 const FileInputComponent = (props: GenericInputProps) =>
     <GenericInput
         component={props =>
-            <Input readOnly value={props.input.value} />}
+            <Input readOnly fullWidth value={props.input.value} />}
         {...props} />;