From b4151e5f22aa45d8f72109e8f4ef61f945dcbbba Mon Sep 17 00:00:00 2001 From: Danil Kostromin Date: Wed, 27 Mar 2024 02:36:47 +0200 Subject: [PATCH] style(log): fix horizontal page overflow Log container and run details sometime will overflow page horizontally this will prevent this from happening and will allow log frame to be contained by window width Signed-off-by: Danil Kostromin --- libs/bublik/features/log/src/lib/log-feature.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/bublik/features/log/src/lib/log-feature.tsx b/libs/bublik/features/log/src/lib/log-feature.tsx index 23297759..6ecd606b 100644 --- a/libs/bublik/features/log/src/lib/log-feature.tsx +++ b/libs/bublik/features/log/src/lib/log-feature.tsx @@ -73,7 +73,7 @@ export const LogFeature: FC = ({ )} -
+
{children}