diff --git a/ui/src/form.tsx b/ui/src/form.tsx index 72c835ffe20..734b195fbbc 100644 --- a/ui/src/form.tsx +++ b/ui/src/form.tsx @@ -261,7 +261,7 @@ export const key={name || `${componentKey}-${i}`} data-visible={visible} className={height === '1' ? css.fullHeight : ''} - style={{ ...visibleStyles, width, alignSelf, flexGrow: shouldParentGrow ? 1 : undefined }} + style={{ ...visibleStyles, width, minWidth: width, alignSelf, flexGrow: shouldParentGrow ? 1 : undefined }} >