Browse Source

fix(insights): fix ois info box not spanning columns

Connor Prussin 8 months ago
parent
commit
daf1c19dd9

+ 4 - 0
apps/insights/src/components/Publisher/layout.module.scss

@@ -93,6 +93,10 @@
         display: grid;
       }
     }
+
+    .oisInfoBox {
+      grid-column: span 2 / span 2;
+    }
   }
 
   .oisDrawerFooter {

+ 1 - 0
apps/insights/src/components/Publisher/layout.tsx

@@ -365,6 +365,7 @@ export const PublishersLayout = async ({ children, params }: Props) => {
                   />
                   <OisApyHistory apyHistory={oisStats.apyHistory ?? []} />
                   <InfoBox
+                    className={styles.oisInfoBox}
                     icon={<ShieldChevron />}
                     header="Oracle Integrity Staking (OIS)"
                   >