Skip to content

Commit

Permalink
fix: add height 100% to resolve tab alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SaurabhChawda committed Jan 14, 2025
1 parent 1210997 commit a4f48ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const NavBar = () => {
<div className="hidden md:flex">
<img src="favicon.ico" />
</div>
<div className="justify-between md:justify-center flex items-center md:flex-col flex-row w-full gap-2 flex-nowrap overflow-auto">
<div className="justify-between md:justify-center flex items-center md:flex-col flex-row w-full h-full gap-2 flex-nowrap overflow-auto">
<Whisper
placement="auto"
controlId="control-id-hover"
Expand Down

0 comments on commit a4f48ce

Please sign in to comment.