You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
{' '}<spanclassName="merge-ref">{mergeRefName}</span> on <Timeagotime={createdAt}/>
I'm not familiar enough with React to know how to handle this particular situation but would be happy to follow guidance or pair with someone on a fix. 🙂
Description
After merging a PR, the merge commit is text is squished together, as seen in the actual behavior section of this issue.
Steps to Reproduce
test/controllers/search_controller_test.rbwith Cmd-TExpected behavior:
Expected the text to be

merged commitas in this doctored screenshot:Actual behavior:
the text
mergedcommitis squished together rather than being displayed asmerged commitReproduces how often:
Always.
Versions
Running on OS X 10.13.6
Additional Information
I looked into the code for this briefly, and it looks like the UI in question is rendered here:
github/lib/views/timeline-items/merged-event-view.js
Lines 30 to 32 in 10d4dd2
I'm not familiar enough with React to know how to handle this particular situation but would be happy to follow guidance or pair with someone on a fix. 🙂
Thanks for your attention! ❤️