fix(dashboard): Reduce data loaded by product details page (#9991)
This commit is contained in:
committed by
GitHub
parent
e229bea3c1
commit
49f3f0cd54
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user