diff --git a/src/components/Article/ArticleParts/ArticleInteractionButtons.tsx b/src/components/Article/ArticleParts/ArticleInteractionButtons.tsx index ef69869..a4de65e 100644 --- a/src/components/Article/ArticleParts/ArticleInteractionButtons.tsx +++ b/src/components/Article/ArticleParts/ArticleInteractionButtons.tsx @@ -66,7 +66,7 @@ export function ArticleInteractionButtons({ return ( <Button emphasis={button.buttonEmphasis === "high" ? "high" : "low"} - className="h-max px-2" + className="h-max px-2 mr-2" > <Button.Icon> {React.cloneElement(button.icon, { className: button.iconClassName })}