From 07d24e2d433191bfc87ded2e1b5ca69e1cad117d Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 31 Mar 2026 11:28:33 +0200 Subject: [PATCH] Table Info: Fix layout for full width (#6757) --- src/components/modals/common/TableInfo.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/modals/common/TableInfo.module.scss b/src/components/modals/common/TableInfo.module.scss index 4f78aa684..62875040c 100644 --- a/src/components/modals/common/TableInfo.module.scss +++ b/src/components/modals/common/TableInfo.module.scss @@ -1,6 +1,7 @@ .table { overflow: hidden; display: grid; + grid-auto-rows: min-content; grid-template-columns: max-content 1fr; flex-shrink: 0; gap: 1px;