diff --git a/app/components/DocsPopover.tsx b/app/components/DocsPopover.tsx index 154ce2be0c..b393f167c5 100644 --- a/app/components/DocsPopover.tsx +++ b/app/components/DocsPopover.tsx @@ -44,7 +44,7 @@ type DocsPopoverProps = { export const DocsPopover = ({ heading, icon, summary, links }: DocsPopoverProps) => { return ( - + - {item.name} + + + {item.type} diff --git a/app/ui/styles/components/mini-table.css b/app/ui/styles/components/mini-table.css index 0da91522b9..5741a795f4 100644 --- a/app/ui/styles/components/mini-table.css +++ b/app/ui/styles/components/mini-table.css @@ -29,7 +29,7 @@ } & td > div { - @apply flex h-11 items-center border-y py-3 pl-3 text-accent bg-accent-secondary border-accent-tertiary; + @apply flex h-11 items-center border-y py-3 pl-3 pr-6 text-accent bg-accent-secondary border-accent-tertiary; } & td:last-child > div {