Skip to content

Commit

Permalink
Merge pull request #194 from Infosys/injiweb-590-Credentials-String-d…
Browse files Browse the repository at this point in the history
…isplaying-issue

[INJIWEB-590]: Fix Issuer Name and Search bar Not Properly Displaying in the Credential Page
  • Loading branch information
vijay151096 authored Nov 11, 2024
2 parents 0437ebd + f28a884 commit 54387dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inji-web/src/components/Common/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const NavBar: React.FC<NavBarProps> = (props) => {
<IoArrowBack data-testid="NavBar-Back-Arrow" size={24} onClick={() => navigate(props.link)}/>
</div>
<span data-testid="NavBar-Text"
className="text-2xl font-semibold ps-2 whitespace-nowrap">{props.title}</span>
className="text-2xl font-semibold ps-2 pe-4 md:whitespace-nowrap whitespace-wrap">{props.title}</span>
</div>
{props.search && <SearchCredential />}
</nav>
Expand Down

0 comments on commit 54387dd

Please sign in to comment.