Skip to content

Commit

Permalink
Fix button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Jan 1, 2025
1 parent deeabaa commit 0835f6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/web/app/(app)/automation/group/ViewGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,12 @@ export function ViewGroup({
<Badge>Rule: {group.rule.name || group.rule.id}</Badge>
</Link>
) : (
<Button variant="outline" asChild className="w-full sm:w-auto">
<Button
variant="outline"
size="sm"
asChild
className="w-full sm:w-auto"
>
<Link
href={`/automation/rule/create?groupId=${groupId}&type=${RuleType.GROUP}`}
>
Expand Down

1 comment on commit 0835f6b

@vercel
Copy link

@vercel vercel bot commented on 0835f6b Jan 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.