Skip to content

Commit

Permalink
chore: remove citation bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrantz committed Nov 27, 2024
1 parent 1d3f787 commit 1c51f33
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ export const BlockquoteCitation = React.forwardRef<HTMLDivElement, BlockquoteCit
const { url } = React.useContext(BlockquoteContext);

return (
<Box {...safelySpreadBoxProps(props)} marginTop="space30" as="p" element={element} ref={ref}>
<Box
{...safelySpreadBoxProps(props)}
marginTop="space30"
marginBottom="space0"
as="p"
element={element}
ref={ref}
>
{" "}
<Text as="span" fontWeight="fontWeightSemibold" element={`${element}_AUTHOR`}>
{author}
Expand Down

0 comments on commit 1c51f33

Please sign in to comment.