From a2f731dab99635f25bf6e7198c9f113848c7c31c Mon Sep 17 00:00:00 2001 From: Artem Golub Date: Mon, 18 Jul 2022 00:28:17 +0300 Subject: [PATCH] style: remove input top margin --- services/frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/frontend/src/index.css b/services/frontend/src/index.css index 4933328..8e65800 100644 --- a/services/frontend/src/index.css +++ b/services/frontend/src/index.css @@ -114,7 +114,7 @@ path, @apply text-white bg-indigo-500 hover:bg-indigo-500 focus:ring-indigo-500; } .input-util { - @apply shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md px-2 py-1 mt-1 + @apply shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md px-2 py-1 } }