We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05344c2 commit 9bbdee8Copy full SHA for 9bbdee8
src/modules/datasets/dataset/schema/TypeBadge.tsx
@@ -104,7 +104,7 @@ const TypeBadge: React.FC<TypeBadgeProps> = ({
104
}) => {
105
if (isLoading && schemaPaths && schemaPaths.length === 0) {
106
return (
107
- <span className="border-muted-foreground text-muted-foreground rounded-full border px-4 py-2 text-xs">
+ <span className="border-muted-foreground text-muted-foreground inline-flex rounded-full border px-4 py-2 text-xs">
108
Loading...
109
</span>
110
);
0 commit comments