Skip to content

Commit

Permalink
docs: fix spacing between tabs and code block (#4020)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald authored Jul 18, 2024
1 parent 05a6f59 commit 852f225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ui/mdx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const typography = {
const { children, className, raw, ...rest } = props;
const lines = raw.replace(/\r\n|\r|\n$/, '').split(/\r\n|\r|\n/).length;
return (
<figure className={cn('relative', className)} {...rest}>
<figure className={cn('relative mt-0', className)} {...rest}>
<div
className={cn(
'absolute right-3 flex justify-end gap-3',
Expand Down

0 comments on commit 852f225

Please sign in to comment.