From 87f7f4a4ee0672b83f630a91887b14927c4b2c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 8 Nov 2024 22:09:59 +0100 Subject: [PATCH] set to flex grow --- packages/uui-input/lib/uui-input.element.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/uui-input/lib/uui-input.element.ts b/packages/uui-input/lib/uui-input.element.ts index 124036f97..72470bdf0 100644 --- a/packages/uui-input/lib/uui-input.element.ts +++ b/packages/uui-input/lib/uui-input.element.ts @@ -360,6 +360,7 @@ export class UUIInputElement extends UUIFormControlMixin( flex-direction: column; align-items: stretch; justify-content: center; + flex-grow: 1; } #auto {