diff --git a/src/components/comment/CommentForm/index.tsx b/src/components/comment/CommentForm/index.tsx index 41149477..a90375d9 100644 --- a/src/components/comment/CommentForm/index.tsx +++ b/src/components/comment/CommentForm/index.tsx @@ -79,8 +79,6 @@ const CommentForm: FC = ({ comment, nodeId, saveComment, onCancelEdit }) - -
{!!textarea && ( = ({ comment, nodeId, saveComment, onCancelEdit }) )}
+ +
{isLoading && } diff --git a/src/components/comment/CommentForm/styles.module.scss b/src/components/comment/CommentForm/styles.module.scss index b09e3bca..52fbc0f7 100644 --- a/src/components/comment/CommentForm/styles.module.scss +++ b/src/components/comment/CommentForm/styles.module.scss @@ -29,6 +29,8 @@ .button_column { padding: $gap / 4; + display: flex; + flex-direction: row; } .uploads {