mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Double the max lenght of a comment before truncating (#22409)
GitOrigin-RevId: 8c4314d0b3567e7c4bd963dadf2eb698d3df3565
This commit is contained in:
@@ -119,6 +119,7 @@ export const ReviewPanelMessage: FC<{
|
||||
) : (
|
||||
<ExpandableContent
|
||||
className="review-panel-comment-body"
|
||||
contentLimit={100}
|
||||
checkNewLines
|
||||
content={message.content}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user