Skip to content

Commit

Permalink
Merge pull request #2425 from pyth-network/cprussin/ui-75-fix-ois-inf…
Browse files Browse the repository at this point in the history
…obox-message-being-too-small-in-publisher-ois

fix(insights): fix ois info box not spanning columns
  • Loading branch information
cprussin authored Feb 27, 2025
2 parents 0570f8c + daf1c19 commit fbe30c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/insights/src/components/Publisher/layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
display: grid;
}
}

.oisInfoBox {
grid-column: span 2 / span 2;
}
}

.oisDrawerFooter {
Expand Down
1 change: 1 addition & 0 deletions apps/insights/src/components/Publisher/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
>
Expand Down

0 comments on commit fbe30c4

Please sign in to comment.