From daf1c19dd997409f549fedd8a9340b1d42106401 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Wed, 26 Feb 2025 20:40:05 -0800 Subject: [PATCH] fix(insights): fix ois info box not spanning columns --- apps/insights/src/components/Publisher/layout.module.scss | 4 ++++ apps/insights/src/components/Publisher/layout.tsx | 1 + 2 files changed, 5 insertions(+) diff --git a/apps/insights/src/components/Publisher/layout.module.scss b/apps/insights/src/components/Publisher/layout.module.scss index 897b933141..cb3039a8e3 100644 --- a/apps/insights/src/components/Publisher/layout.module.scss +++ b/apps/insights/src/components/Publisher/layout.module.scss @@ -93,6 +93,10 @@ display: grid; } } + + .oisInfoBox { + grid-column: span 2 / span 2; + } } .oisDrawerFooter { diff --git a/apps/insights/src/components/Publisher/layout.tsx b/apps/insights/src/components/Publisher/layout.tsx index a690384623..5a24a67f5e 100644 --- a/apps/insights/src/components/Publisher/layout.tsx +++ b/apps/insights/src/components/Publisher/layout.tsx @@ -365,6 +365,7 @@ export const PublishersLayout = async ({ children, params }: Props) => { /> } header="Oracle Integrity Staking (OIS)" >