Skip to content

Commit 9bbdee8

Browse files
committed
refactor: update loading state styling in TypeBadge component for improved layout
1 parent 05344c2 commit 9bbdee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/datasets/dataset/schema/TypeBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const TypeBadge: React.FC<TypeBadgeProps> = ({
104104
}) => {
105105
if (isLoading && schemaPaths && schemaPaths.length === 0) {
106106
return (
107-
<span className="border-muted-foreground text-muted-foreground rounded-full border px-4 py-2 text-xs">
107+
<span className="border-muted-foreground text-muted-foreground inline-flex rounded-full border px-4 py-2 text-xs">
108108
Loading...
109109
</span>
110110
);

0 commit comments

Comments
 (0)