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 8ad04f6 commit c021e67Copy full SHA for c021e67
src/app/components/columns.tsx
@@ -58,7 +58,7 @@ export function getComponentList(): ColumnDef<StackComponent>[] {
58
height={32}
59
src={sanitizeUrl(row.original.body?.logo_url || "")}
60
alt="Flavor Icon"
61
- className="shrink-0"
+ className="shrink-0 self-center"
62
/>
63
}
64
topName={
0 commit comments