Merge pull request #13839 from overleaf/ii-rp-word-break
[web] Break long text to new line in change entry GitOrigin-RevId: e0effb86b08e7fe04b25040a8f3775c047203828
This commit is contained in:
+2
-2
@@ -132,8 +132,8 @@ function AggregateChangeEntry({
|
||||
? `… (${t('show_all')})`
|
||||
: ` (${t('show_less')})`}
|
||||
</button>
|
||||
)}
|
||||
{t('aggregate_to')}
|
||||
)}{' '}
|
||||
{t('aggregate_to')}
|
||||
<ins className="rp-content-highlight">{insertionContent}</ins>
|
||||
{insertionNeedsCollapsing && (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user