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 804dfb0 commit 91256e5Copy full SHA for 91256e5
src/documentation/common/DocumentationContent.tsx
@@ -154,7 +154,7 @@ const ContextualCollapse = ({
154
return (
155
<Collapse
156
in={isExpanded}
157
- startingHeight={collapseToFirstLine ? "2.0625rem" : undefined}
+ startingHeight={collapseToFirstLine ? "1.9725rem" : undefined}
158
>
159
<Stack spacing={3} pt={3} noOfLines={justFirstLine ? 1 : undefined}>
160
<BlockContent blocks={children} serializers={serializers} />
0 commit comments