mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-3753] fix: font size for comment box changed #6881
This commit is contained in:
@@ -105,7 +105,7 @@ export const CommentCreate: FC<TCommentCreate> = observer((props) => {
|
||||
}}
|
||||
ref={editorRef}
|
||||
initialValue={value ?? "<p></p>"}
|
||||
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}
|
||||
|
||||
Reference in New Issue
Block a user