Closed nikkikapadia closed 8 hours ago
I noticed that when the email is long on the hover card for the suspect commit avatar on the issue details page, the text overflows and is outside the hover card. I put in a break-word for the body text to fix that.
break-word
Before
After
All modified and coverable lines are covered by tests :white_check_mark:
:white_check_mark: All tests successful. No failed tests found.
I noticed that when the email is long on the hover card for the suspect commit avatar on the issue details page, the text overflows and is outside the hover card. I put in a
break-word
for the body text to fix that.Before
After