diff --git a/apps/trading/client-pages/markets/closed.tsx b/apps/trading/client-pages/markets/closed.tsx index 152585663..03b49b31f 100644 --- a/apps/trading/client-pages/markets/closed.tsx +++ b/apps/trading/client-pages/markets/closed.tsx @@ -267,6 +267,7 @@ const ClosedMarketsDataGrid = ({ getRowId={({ data }) => data.id} overlayNoRowsTemplate={error ? error.message : t('No markets')} components={components} + rowHeight={45} /> ); };