From 870bb4d2d82961d1355cb818ebb4c0a00984c7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Zi=C3=B3=C5=82ek?= Date: Fri, 22 Mar 2024 10:44:42 +0100 Subject: [PATCH] OCT-1493 Adjust margin of InputText suffix to 8px (#93) --- client/src/components/ui/InputText/InputText.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/ui/InputText/InputText.module.scss b/client/src/components/ui/InputText/InputText.module.scss index b915273dd5..8905c60324 100644 --- a/client/src/components/ui/InputText/InputText.module.scss +++ b/client/src/components/ui/InputText/InputText.module.scss @@ -89,7 +89,7 @@ font-size: $font-size-18; &.hasSuffix { - padding: 0 5.2rem 0 2.8rem; + padding: 0 5.5rem 0 2.8rem; } } }