diff --git a/apps/insights/src/components/PriceComponentDrawer/index.module.scss b/apps/insights/src/components/PriceComponentDrawer/index.module.scss index 6617515442..38927f20f9 100644 --- a/apps/insights/src/components/PriceComponentDrawer/index.module.scss +++ b/apps/insights/src/components/PriceComponentDrawer/index.module.scss @@ -1,6 +1,11 @@ @use "@pythnetwork/component-library/theme"; .priceComponentDrawer { + .priceComponentDrawerBody { + grid-template-rows: max-content max-content; + grid-template-columns: 100%; + } + .badges { @include theme.breakpoint("lg") { display: none; diff --git a/apps/insights/src/components/PriceComponentDrawer/index.tsx b/apps/insights/src/components/PriceComponentDrawer/index.tsx index d227a410ea..5da6cd3a29 100644 --- a/apps/insights/src/components/PriceComponentDrawer/index.tsx +++ b/apps/insights/src/components/PriceComponentDrawer/index.tsx @@ -149,6 +149,7 @@ export const PriceComponentDrawer = ({ } isOpen={isFeedDrawerOpen} className={styles.priceComponentDrawer ?? ""} + bodyClassName={styles.priceComponentDrawerBody ?? ""} > {cluster === Cluster.PythtestConformance && (