mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨
Other
126 stars 41 forks source link

Localized account menu is truncated #2182

Open flodolo opened 1 year ago

flodolo commented 1 year ago

Click on your user profile once logged in, the menu is truncated and doesn't make a lot of sense

Screenshot 2022-12-29 alle 08 57 04

1st and 3rd item in tools (Strumenti) are truncated, we shouldn't truncate text, and definitely not without any visual indication.

┆Issue is synchronized with this Jira Task

AlexandraMoga commented 1 year ago

It's also happening in the More... menu:

image

diox commented 1 year ago

At least the more menu shows the ellipsis... It's all fairly fragile, there are a bunch of white-space: nowrap and overflow: hidden with text-overflow: ellipsis... We should find something that allows the text to be displayed completely in both menus.

KevinMind commented 5 months ago

Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDFRNT-189