From f28a884a5022bc1a43ad6cae3d49bdd2f8ab17ef Mon Sep 17 00:00:00 2001 From: SAIRAM GIRIRAO Date: Mon, 11 Nov 2024 14:39:42 +0530 Subject: [PATCH] [INJIWEB-590]:Fix Overlapping Issue in Credential Page Signed-off-by: SAIRAM GIRIRAO --- inji-web/src/components/Common/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inji-web/src/components/Common/NavBar.tsx b/inji-web/src/components/Common/NavBar.tsx index dedc4d14..6472482a 100644 --- a/inji-web/src/components/Common/NavBar.tsx +++ b/inji-web/src/components/Common/NavBar.tsx @@ -18,7 +18,7 @@ export const NavBar: React.FC = (props) => { navigate(props.link)}/> {props.title} + className="text-2xl font-semibold ps-2 pe-4 md:whitespace-nowrap whitespace-wrap">{props.title} {props.search && }