Skip to content

Commit 531bd87

Browse files
committed
Update KPI bar chart layout on OrgHomePage for improved responsiveness
1 parent 925e5d4 commit 531bd87

File tree

1 file changed

+1
-1
lines changed
  • apps/mesh/src/web/routes/orgs/home

1 file changed

+1
-1
lines changed

apps/mesh/src/web/routes/orgs/home/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default function OrgHomePage() {
153153
</div>
154154

155155
{/* Row 2: 3 KPI bar charts */}
156-
<div className="lg:col-span-2">
156+
<div className="lg:col-span-6">
157157
<ErrorBoundary
158158
fallback={
159159
<div className="bg-background p-5 text-sm text-muted-foreground">

0 commit comments

Comments
 (0)