diff --git a/web/core/components/comments/comment-create.tsx b/web/core/components/comments/comment-create.tsx index f82b11e80..3618d8cf1 100644 --- a/web/core/components/comments/comment-create.tsx +++ b/web/core/components/comments/comment-create.tsx @@ -105,7 +105,7 @@ export const CommentCreate: FC = observer((props) => { }} ref={editorRef} initialValue={value ?? "

"} - containerClassName="min-h-min [&_p]:!p-0 [&_p]:!text-base" + containerClassName="min-h-min [&_p]:!p-0 [&_p]:!text-sm" onChange={(comment_json, comment_html) => onChange(comment_html)} accessSpecifier={accessValue ?? EIssueCommentAccessSpecifier.INTERNAL} handleAccessChange={onAccessChange}