Skip to content

Commit 275dd28

Browse files
committed
Fix font size when MD in storybook
1 parent 6611820 commit 275dd28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.storybook/DocsContainer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ export const DocsContainer = ({ children, context }) => {
4646
visibility: collapse;
4747
}
4848
49+
.docblock-argstable-head th:nth-child(3), .docblock-argstable-body tr > td:nth-child(2) p {
50+
font-size: 13px;
51+
}
52+
4953
`}</style>
5054
<BaseContainer
5155
context={{

0 commit comments

Comments
 (0)