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;