From 0f26df78331213ddc5b303a65952732d0db77d98 Mon Sep 17 00:00:00 2001 From: G Date: Tue, 7 May 2024 11:31:34 +0000 Subject: [PATCH] input field to take the full width of its container --- src/components/Input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Input.tsx b/src/components/Input.tsx index 1750831..f405315 100644 --- a/src/components/Input.tsx +++ b/src/components/Input.tsx @@ -15,7 +15,7 @@ const Input = ({ label, textVariants, ...rest }: Props) => { {label} - + ); -- libgit2 0.27.1