Skip to content

Commit

Permalink
Merge pull request #262 from Jeevesh0207/fix/responsiveness-issue
Browse files Browse the repository at this point in the history
Small responsiveness issue in dashboard
  • Loading branch information
potts99 authored Apr 10, 2024
2 parents b345f36 + 11a67b1 commit a60fcab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/client/layouts/newLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,11 @@ export default function NewLayout({ children }: any) {
target="_blank"
className="hover:cursor-pointer"
>
<Button variant="outline" className="hover:cursor-pointer">
{/* <Button variant="outline" className="hover:cursor-pointer">
Send Feedback
</Button> */}

<Button variant="outline" className="hover:cursor-pointer whitespace-nowrap">
Send Feedback
</Button>
</Link>
Expand Down

0 comments on commit a60fcab

Please sign in to comment.