From 00e97fa4018f41eb71ddd25d7c01197145488e3b Mon Sep 17 00:00:00 2001 From: Vikrant Gupta Date: Mon, 22 Jan 2024 13:12:02 +0530 Subject: [PATCH] fix: trial banner moving to left screen and breaking trace detail page (#4403) * fix: trial banner moving to left screen and breaking trace detail page * fix: trial banner moving to left screen and breaking trace detail page --- frontend/src/container/AppLayout/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/container/AppLayout/styles.ts b/frontend/src/container/AppLayout/styles.ts index f266087895..81d75ab76a 100644 --- a/frontend/src/container/AppLayout/styles.ts +++ b/frontend/src/container/AppLayout/styles.ts @@ -8,6 +8,7 @@ export const Layout = styled(LayoutComponent)` min-height: calc(100vh - 8rem); overflow: hidden; height: 100%; + flex-direction: column !important; } `;