From b948ac013734c2ca10365c4103b8c010a887cbd6 Mon Sep 17 00:00:00 2001 From: Marko Prifti <50911439+realmarkoprifti@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:17:42 +0100 Subject: [PATCH] Remove unneccessary padding and gap from .wrapper Removed unneccessary .wrapper styling because it can be controlled by the developer using a simple div --- src/components/Form/Input/Input.module.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/Form/Input/Input.module.css b/src/components/Form/Input/Input.module.css index 7ec2d60b..07f46cfe 100644 --- a/src/components/Form/Input/Input.module.css +++ b/src/components/Form/Input/Input.module.css @@ -1,8 +1,3 @@ -.wrapper { - padding: 12px 16px; - gap: 12px; -} - .wrapper--ios { min-height: 48px; }