mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-10 19:34:42 +00:00
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:
parent
dbef201e3f
commit
680d5e0a6f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue