getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.22k stars 4.21k forks source link

fix(issues): Text overflow on avatar hover card #81123

Closed nikkikapadia closed 8 hours ago

nikkikapadia commented 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.

Before issues-detail-before

After issues-detail-after

codecov[bot] commented 8 hours ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #81123 +/- ## ========================================== - Coverage 78.49% 78.48% -0.01% ========================================== Files 7215 7215 Lines 319793 319868 +75 Branches 44034 44061 +27 ========================================== + Hits 251009 251059 +50 - Misses 62399 62424 +25 Partials 6385 6385 ```