Skip to content

Commit 9b87796

Browse files
committed
[filigran-ui][badge] force the children to be the same as parent width
1 parent 2c01054 commit 9b87796

File tree

1 file changed

+1
-1
lines changed
  • packages/filigran-ui/src/components/servers

1 file changed

+1
-1
lines changed

packages/filigran-ui/src/components/servers/badge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function Badge({className, variant, size, color, ...props}: BadgeProps) {
4242
: {}
4343
}
4444
{...props}>
45-
<div className="inline-flex items-center text-foreground">
45+
<div className="inline-flex w-full items-center text-foreground">
4646
{props.children}
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)