From dcb8de533596cb17236230c1c70f8d1a85f9f874 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Fri, 7 Jul 2023 14:24:17 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(index.css):=20increase=20rig?= =?UTF-8?q?ht=20padding=20of=20.search-icon=20class=20to=20improve=20align?= =?UTF-8?q?ment=20with=20other=20elements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/index.css b/src/frontend/src/index.css index b4a2d5a91..82c7f027c 100644 --- a/src/frontend/src/index.css +++ b/src/frontend/src/index.css @@ -173,7 +173,7 @@ The cursor: default; property value restores the browser's default cursor style @apply w-full overflow-auto scrollbar-hide } .search-icon { - @apply absolute inset-y-0 right-0 flex items-center py-1.5 pr-4 + @apply absolute inset-y-0 right-0 flex items-center py-1.5 pr-5 } .extra-side-bar-save-disable { @apply text-muted-foreground