Skip to content

Commit

Permalink
Update packages/myst-to-react/src/autodoc.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rowan Cockett <[email protected]>
  • Loading branch information
agoose77 and rowanc1 authored Jul 30, 2024
1 parent 4ed528d commit 78db093
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/myst-to-react/src/autodoc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ const AUTODOC_RENDERERS = {
descName({ node }: { node: HasTextChildren }) {
const [child] = node.children;
return (
<span
style={{
fontWeight: 'bold',
whiteSpace: 'pre',
}}
>
<span className="whitespace-pre font-bold">
{child.value}
</span>
); //
Expand Down

0 comments on commit 78db093

Please sign in to comment.