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 6979e63 commit 25e82bfCopy full SHA for 25e82bf
1 file changed
packages/ui/src/features/loops/components/LoopRow.tsx
@@ -58,7 +58,7 @@ export function LoopRow({
58
>
59
<Flex align="center" gap="3" className="min-w-0">
60
<RepeatIcon size={20} className="shrink-0 text-gray-11" />
61
- <Flex direction="column" className="min-w-0 gap-0.5">
+ <Flex direction="column" gap="1" className="min-w-0">
62
<Flex align="center" gap="2" className="min-w-0">
63
<Text className="truncate font-medium text-[13px] text-gray-12">
64
{loop.name}
@@ -72,7 +72,7 @@ export function LoopRow({
72
</Text>
73
) : null}
74
{metadata.length > 0 ? (
75
- <Text className="text-(--accent-11) text-[11px] leading-snug">
+ <Text className="mt-0.5 text-(--accent-11) text-[11px] leading-snug">
76
{metadata.join(" · ")}
77
78
0 commit comments