From f8e13a4a7263a43625bda551f2885e50a3e40287 Mon Sep 17 00:00:00 2001 From: Denozordec Date: Sat, 18 Jul 2026 01:17:35 +0700 Subject: [PATCH] =?UTF-8?q?fix(web):=20=D0=B2=D0=B5=D1=80=D0=BD=D1=83?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B3=D1=80=D0=B0=D1=84=D0=B8=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=B0=D1=88=D0=B1=D0=BE=D1=80=D0=B4=D0=B0=20=D0=B2=20?= =?UTF-8?q?=D0=BE=D0=B4=D0=B8=D0=BD=20=D1=80=D1=8F=D0=B4=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=B5=D1=81=D0=BA=D1=82=D0=BE=D0=BF=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ChartsGrid снова lg:grid-cols-2 — Платежи и Расходы рядом на широких экранах. Co-authored-by: Cursor --- apps/web/src/components/domain/charts.tsx | 2 +- apps/web/src/components/reui-kit/ops-dashboard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/domain/charts.tsx b/apps/web/src/components/domain/charts.tsx index 74b3f61..2648b60 100644 --- a/apps/web/src/components/domain/charts.tsx +++ b/apps/web/src/components/domain/charts.tsx @@ -460,7 +460,7 @@ export function MonthlyTrendChart({ } export function ChartsGrid({ children }: { children: ReactNode }) { - return
{children}
+ return
{children}
} export function ProjectExpenseChart({ diff --git a/apps/web/src/components/reui-kit/ops-dashboard.tsx b/apps/web/src/components/reui-kit/ops-dashboard.tsx index d3dc37d..26e2362 100644 --- a/apps/web/src/components/reui-kit/ops-dashboard.tsx +++ b/apps/web/src/components/reui-kit/ops-dashboard.tsx @@ -32,7 +32,7 @@ function OpsDashboardSkeleton() { -
+