Skip to content

Commit

Permalink
fix(app-security): don't wrap email addresses with hyphens (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwilcox authored Sep 14, 2020
1 parent d6597fa commit de141bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/app-security/src/admin/plugins/UserMenu/UserInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ const linkStyles = css({
textOverflow: "ellipsis",
maxWidth: 180,
display: "block"
},
".mdc-typography--subtitle2": {
overflow: "hidden",
whiteSpace: "nowrap",
textOverflow: "ellipsis",
maxWidth: 180
}
}
});
Expand Down

0 comments on commit de141bf

Please sign in to comment.