We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe92970 commit 7a363d6Copy full SHA for 7a363d6
apps/insights/src/components/PriceComponentDrawer/index.module.scss
@@ -1,6 +1,11 @@
1
@use "@pythnetwork/component-library/theme";
2
3
.priceComponentDrawer {
4
+ .priceComponentDrawerBody {
5
+ grid-template-rows: max-content max-content;
6
+ grid-template-columns: 100%;
7
+ }
8
+
9
.badges {
10
@include theme.breakpoint("lg") {
11
display: none;
apps/insights/src/components/PriceComponentDrawer/index.tsx
@@ -149,6 +149,7 @@ export const PriceComponentDrawer = ({
149
}
150
isOpen={isFeedDrawerOpen}
151
className={styles.priceComponentDrawer ?? ""}
152
+ bodyClassName={styles.priceComponentDrawerBody ?? ""}
153
>
154
{cluster === Cluster.PythtestConformance && (
155
<InfoBox
0 commit comments