[WEB-4051] regression: update font size of comment editor #7048
This commit is contained in:
parent
079c3a3a99
commit
0d5c7c6653
4 changed files with 15 additions and 0 deletions
|
|
@ -144,6 +144,9 @@ export const CommentCard: React.FC<Props> = observer((props) => {
|
|||
ref={showEditorRef}
|
||||
id={comment.id}
|
||||
initialValue={comment.comment_html}
|
||||
displayConfig={{
|
||||
fontSize: "small-font",
|
||||
}}
|
||||
/>
|
||||
<CommentReactions anchor={anchor} commentId={comment.id} />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue