Skip to content

Commit

Permalink
fix reponsive
Browse files Browse the repository at this point in the history
  • Loading branch information
quentingrchr committed Jun 13, 2024
1 parent 58e4e25 commit f42ae97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/bookmark/HeaderCreateBookmarkButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ const HeaderCreateBookmarkButton = ({ team }: Props) => {
aria-label="New bookmark"
title="New bookmark"
>
<span className="hidden md:block">New bookmark</span>
<span className="hidden md:block whitespace-nowrap">
New bookmark
</span>
<PlusIcon className="h-3.5 w-3.5" aria-hidden="true" />
</button>
</DialogTrigger>
Expand Down

0 comments on commit f42ae97

Please sign in to comment.