fix(insights): fix ois info box not spanning columns
@@ -93,6 +93,10 @@
display: grid;
}
+
+ .oisInfoBox {
+ grid-column: span 2 / span 2;
+ }
.oisDrawerFooter {
@@ -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)"
>