fix(dashboard): Reduce data loaded by product details page (#9991)

This commit is contained in:
Kasper Fabricius Kristensen
2024-11-10 08:33:36 +01:00
committed by GitHub
parent e229bea3c1
commit 49f3f0cd54
3 changed files with 9 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ export const SectionRow = ({ title, value, actions }: SectionRowProps) => {
return (
<div
className={clx(
`text-ui-fg-subtle grid grid-cols-2 items-center px-6 py-4`,
`text-ui-fg-subtle grid w-full grid-cols-2 items-center gap-4 px-6 py-4`,
{
"grid-cols-[1fr_1fr_28px]": !!actions,
}