[WEB-3753] fix: font size for comment box changed #6881
This commit is contained in:
parent
ac84d6ecf0
commit
c3cfcc1b92
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ export const CommentCreate: FC<TCommentCreate> = observer((props) => {
|
||||||
}}
|
}}
|
||||||
ref={editorRef}
|
ref={editorRef}
|
||||||
initialValue={value ?? "<p></p>"}
|
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)}
|
onChange={(comment_json, comment_html) => onChange(comment_html)}
|
||||||
accessSpecifier={accessValue ?? EIssueCommentAccessSpecifier.INTERNAL}
|
accessSpecifier={accessValue ?? EIssueCommentAccessSpecifier.INTERNAL}
|
||||||
handleAccessChange={onAccessChange}
|
handleAccessChange={onAccessChange}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue