Skip to content

Commit

Permalink
Allow unusually-long email addresses of sharers to wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Q committed Apr 16, 2024
1 parent 38e52ff commit e636709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export function nameAndStatus( subscription: Subscription ): TableRow {
subscription.owner_email
),
{
email: <strong>email</strong>,
email: <strong style={ { wordWrap: 'anywhere' } }>email</strong>,
link: (
<a
href={ MARKETPLACE_SHARING_PATH }
Expand Down

0 comments on commit e636709

Please sign in to comment.