Skip to content

Commit a60fcab

Browse files
authored
Merge pull request #262 from Jeevesh0207/fix/responsiveness-issue
Small responsiveness issue in dashboard
2 parents b345f36 + 11a67b1 commit a60fcab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/client/layouts/newLayout.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,11 @@ export default function NewLayout({ children }: any) {
987987
target="_blank"
988988
className="hover:cursor-pointer"
989989
>
990-
<Button variant="outline" className="hover:cursor-pointer">
990+
{/* <Button variant="outline" className="hover:cursor-pointer">
991+
Send Feedback
992+
</Button> */}
993+
994+
<Button variant="outline" className="hover:cursor-pointer whitespace-nowrap">
991995
Send Feedback
992996
</Button>
993997
</Link>

0 commit comments

Comments
 (0)