Skip to content

Commit

Permalink
Update apps/webservice/src/app/[workspaceSlug]/(targets)/target-label…
Browse files Browse the repository at this point in the history
…-groups/UpsertLabelGroupDialog.tsx

Signed-off-by: Justin Brooks <[email protected]>
  • Loading branch information
jsbroks authored Sep 18, 2024
1 parent acef563 commit 9f14505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const LabelFilterInput: React.FC<{
</PopoverTrigger>
<PopoverContent
align="start"
className="max-h-[300px] w-[23rem] overflow-auto p-0 text-sm"
className="max-h-[300px] w-[23rem] overflow-auto p-0 text-sm"
onOpenAutoFocus={(e) => e.preventDefault()}
>
{filteredLabels.map((k) => (
Expand Down

0 comments on commit 9f14505

Please sign in to comment.