mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-14 08:14:00 +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_all')})`
|
||||||
: ` (${t('show_less')})`}
|
: ` (${t('show_less')})`}
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}{' '}
|
||||||
{t('aggregate_to')}
|
{t('aggregate_to')}
|
||||||
<ins className="rp-content-highlight">{insertionContent}</ins>
|
<ins className="rp-content-highlight">{insertionContent}</ins>
|
||||||
{insertionNeedsCollapsing && (
|
{insertionNeedsCollapsing && (
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in a new issue