From 56e3963c2226f2cb4704947914a2537a2abe94ed Mon Sep 17 00:00:00 2001 From: MytsV Date: Tue, 3 Sep 2024 12:12:01 +0300 Subject: [PATCH] Add min height to the table So it doesn't collapse to infinite pages --- src/component-library/Table/RegularTable.tsx | 9 ++++++++- src/component-library/outputtailwind.css | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/component-library/Table/RegularTable.tsx b/src/component-library/Table/RegularTable.tsx index 5c1c1e6a7..ae1a5636f 100644 --- a/src/component-library/Table/RegularTable.tsx +++ b/src/component-library/Table/RegularTable.tsx @@ -107,7 +107,14 @@ export const RegularTable = (props: RegularTableProps) => { whereas noRowsOverlayComponent is shown when the loading has started without data transactions */ return ( <> -
+
{!isTableLoaded && }