Closed
Description
Problem:
The Paper
component in AppNavUserMenu
does not resize according to the content of its Text
child, which then overflows out of its parent

Solution:
This can be solved by setting the truncate
prop of the Text
components to end
and giving their containing div
a min-width
of 0
:

But wait!
Now that the text is truncating properly, there needs to be a way of displaying the full user name and team name.
A couple of ideas:
Use a Tooltip:

OR
Expand element width on hover:

Metadata
Metadata
Assignees
Labels
No labels