From b239139b017c7e260ac9e75baa57f573c9e6568f Mon Sep 17 00:00:00 2001 From: Ivana Andersson Date: Fri, 18 Aug 2023 12:17:07 +0300 Subject: [PATCH] fix: input field takes up whole width --- src/components/General/LabelInputField.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/General/LabelInputField.css b/src/components/General/LabelInputField.css index d5d2343a..a1859b9a 100644 --- a/src/components/General/LabelInputField.css +++ b/src/components/General/LabelInputField.css @@ -2,4 +2,5 @@ background-color: #fff; border-radius: 12px; margin-top: 8px; + width: 100%; } \ No newline at end of file