Skip to content

Frontend UI/UX: AppNavUserMenu bugged display #617

Closed
@samjespersen

Description

@samjespersen

Problem:

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

Image

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:

Image

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:

Image

OR

Expand element width on hover:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions