Skip to content

Commit fbe30c4

Browse files
authored
Merge pull request #2425 from pyth-network/cprussin/ui-75-fix-ois-infobox-message-being-too-small-in-publisher-ois
fix(insights): fix ois info box not spanning columns
2 parents 0570f8c + daf1c19 commit fbe30c4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

apps/insights/src/components/Publisher/layout.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
display: grid;
9494
}
9595
}
96+
97+
.oisInfoBox {
98+
grid-column: span 2 / span 2;
99+
}
96100
}
97101

98102
.oisDrawerFooter {

apps/insights/src/components/Publisher/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ export const PublishersLayout = async ({ children, params }: Props) => {
365365
/>
366366
<OisApyHistory apyHistory={oisStats.apyHistory ?? []} />
367367
<InfoBox
368+
className={styles.oisInfoBox}
368369
icon={<ShieldChevron />}
369370
header="Oracle Integrity Staking (OIS)"
370371
>

0 commit comments

Comments
 (0)