Skip to content

Commit 466957d

Browse files
authored
Fix right sidebar flexing (#144)
1 parent c4572a1 commit 466957d

File tree

1 file changed

+1
-1
lines changed
  • packages/gatsby-theme-iterative/src/components/Documentation/RightPanel

1 file changed

+1
-1
lines changed

packages/gatsby-theme-iterative/src/components/Documentation/RightPanel/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414

1515
.contentBlock {
16-
@apply basis-36 grow min-h-[6rem];
16+
@apply basis-auto min-h-[6rem];
1717

1818
overflow-y: scroll;
1919
margin-bottom: 17px;

0 commit comments

Comments
 (0)