From 8725d0bc4185a0624784d8feac120ec8acff089d Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Fri, 17 Dec 2021 18:01:45 -0300 Subject: [PATCH] 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 --- .../resource-properties-form/resource-properties-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - +