Skip to content

Commit

Permalink
feat: remove white space and scroll tailwarden#1067
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantmm committed Oct 20, 2023
1 parent b9d6263 commit 8bea877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function DependendencyGraphFilter({
{!hasFilters ? (
<>
<div
className="flex w-fit cursor-pointer items-center gap-1 rounded-md border-2 border-dashed border-black-200 border-opacity-60 px-3 py-1"
className="flex w-fit cursor-pointer items-center gap-1 rounded-md border-2 border-dashed border-black-200 border-opacity-60 px-3 py-1 overflow-hidden"
onClick={toggle}
>
<PlusIcon width={16} height={16} />
Expand Down

0 comments on commit 8bea877

Please sign in to comment.