From 7c777bffc2174bf4b6dbfca6e5485e2a80de3cbf Mon Sep 17 00:00:00 2001 From: Denozordec Date: Tue, 30 Jun 2026 13:06:53 +0700 Subject: [PATCH] =?UTF-8?q?fix(web):=20=D1=80=D0=B0=D1=81=D1=88=D0=B8?= =?UTF-8?q?=D1=80=D0=B8=D1=82=D1=8C=20select=20=D1=80=D0=B0=D0=B7=D0=BC?= =?UTF-8?q?=D0=B5=D1=80=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86?= =?UTF-8?q?=D1=8B=20=D0=B4=D0=BB=D1=8F=20=D0=B7=D0=BD=D0=B0=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Заменить фиксированную ширину w-14 на min-w-18, чтобы трёхзначные значения не обрезались. Co-authored-by: Cursor --- apps/web/src/components/reui/data-grid/data-grid-pagination.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/reui/data-grid/data-grid-pagination.tsx b/apps/web/src/components/reui/data-grid/data-grid-pagination.tsx index b493d88..bb67fe4 100644 --- a/apps/web/src/components/reui/data-grid/data-grid-pagination.tsx +++ b/apps/web/src/components/reui/data-grid/data-grid-pagination.tsx @@ -171,7 +171,7 @@ function DataGridPagination(props: DataGridPaginationProps): React.JSX.Element { table.setPageSize(newPageSize) }} > - +