Double the max lenght of a comment before truncating (#22409)

GitOrigin-RevId: 8c4314d0b3567e7c4bd963dadf2eb698d3df3565
This commit is contained in:
David
2024-12-10 10:53:26 +00:00
committed by Copybot
parent 29be04aa67
commit e2e2b6925f

View File

@@ -119,6 +119,7 @@ export const ReviewPanelMessage: FC<{
) : (
<ExpandableContent
className="review-panel-comment-body"
contentLimit={100}
checkNewLines
content={message.content}
/>