We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c2fd3 commit a219d6bCopy full SHA for a219d6b
apps/studio/components/interfaces/Integrations/Landing/IntegrationCard.tsx
@@ -26,9 +26,9 @@ export const IntegrationLoadingCard = () => {
26
<ShimmeringLoader className="w-full h-full bg-white border rounded-md" />
27
</div>
28
<div className="grow basis-0 w-full flex flex-col justify-between items-start gap-y-2">
29
- <div className="flex-col justify-start items-start gap-y-1 flex">
30
- <ShimmeringLoader className="w-20 py-2.5" />
31
- <ShimmeringLoader className="w-56 py-2.5" />
+ <div className="w-full flex-col justify-start items-start gap-y-1 flex">
+ <ShimmeringLoader className="w-3/4 py-2.5" />
+ <ShimmeringLoader className="w-full py-2.5" />
32
33
34
0 commit comments