From e1de7bdbdee3cd87d5f47de4036084decf5228a9 Mon Sep 17 00:00:00 2001 From: Vasilis Themelis Date: Wed, 11 Oct 2023 09:42:55 +0100 Subject: [PATCH] Fix table underflow (#3030) Signed-off-by: Vasilis Themelis --- .../lookout/ui/src/containers/lookoutV2/JobsTableContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/lookout/ui/src/containers/lookoutV2/JobsTableContainer.tsx b/internal/lookout/ui/src/containers/lookoutV2/JobsTableContainer.tsx index c65f3622224..3656786f398 100644 --- a/internal/lookout/ui/src/containers/lookoutV2/JobsTableContainer.tsx +++ b/internal/lookout/ui/src/containers/lookoutV2/JobsTableContainer.tsx @@ -704,7 +704,7 @@ export const JobsTableContainer = ({ style={{ width: table.getCenterTotalSize(), borderLeft: "1px solid #cccccc", - height: "100%", + maxHeight: "100%", }} >