From 11e78244bc7e7f132ed02ec108f36b22b53d5d3f Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:55:32 +0530 Subject: [PATCH] style: format code with Prettier (#1304) This commit fixes the style issues introduced in 0e76690 according to the output from Prettier. Details: None Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> --- src/components/Navbar/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar/index.css b/src/components/Navbar/index.css index 43203891e..eaba736b8 100644 --- a/src/components/Navbar/index.css +++ b/src/components/Navbar/index.css @@ -152,7 +152,7 @@ .search_icon { margin-left: auto; - margin-right:-10px; + margin-right: -10px; transform: scale(1.3); border-radius: 50%; padding: 6px;