From: Lucas Di Pentima Date: Fri, 17 Dec 2021 21:01:45 +0000 (-0300) Subject: 18219: Improves the property adding form layout. X-Git-Tag: 2.4.0~21^2~10 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/8725d0bc4185a0624784d8feac120ec8acff089d 18219: Improves the property adding form layout. Instead of dividing the horizontal space equally between the 2 input fields and the button, make just the both input fields take all the available space. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/src/views-components/resource-properties-form/resource-properties-form.tsx b/src/views-components/resource-properties-form/resource-properties-form.tsx index 94a3c955..979d772e 100644 --- a/src/views-components/resource-properties-form/resource-properties-form.tsx +++ b/src/views-components/resource-properties-form/resource-properties-form.tsx @@ -30,7 +30,7 @@ export const ResourcePropertiesForm = ({ handleSubmit, change, submitting, inval - +