We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fd78b commit ee10476Copy full SHA for ee10476
src/components/ui/markdown/renderers/heading.tsx
@@ -23,7 +23,7 @@ export const MHeader = (props: HeadingProps) => {
23
<>
24
{children}
25
<span
26
- className="ml-2 cursor-pointer select-none text-accent opacity-0 transition-opacity duration-200 group-hover:opacity-100"
+ className="ml-2 inline-flex cursor-pointer select-none text-accent opacity-0 transition-opacity duration-200 center group-hover:opacity-100"
27
role="button"
28
tabIndex={0}
29
aria-hidden
0 commit comments