diff --git a/src/components/CommentForm/CommentForm.module.css b/src/components/CommentForm/CommentForm.module.css index 937487b65..ee9403ebb 100644 --- a/src/components/CommentForm/CommentForm.module.css +++ b/src/components/CommentForm/CommentForm.module.css @@ -1,8 +1,7 @@ .FormHelpButton { display: flex; align-items: center; - justify-content: space-between; - padding-top: var(--gap-m); + margin-right: auto; } .CommentFormWrapper { diff --git a/src/components/CommentForm/CommentForm.tsx b/src/components/CommentForm/CommentForm.tsx index 81aeeb875..f6ac519f5 100644 --- a/src/components/CommentForm/CommentForm.tsx +++ b/src/components/CommentForm/CommentForm.tsx @@ -89,11 +89,9 @@ export const CommentForm: React.FC = ({ {nullable(focused, () => ( - -
- -
-
+
+ +
{nullable(!busy, () => (