You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selected menu items with checkmarks are not aligned with unselected menu items on large screen sizes. This causes a visible shift in menu item content when we select and unselect it.
castastrophe
changed the title
Selected menu items (with checkmarks) are misaligned with unselected menu items for large scale
[MenuItem] Selected menu items (with checkmarks) are misaligned with unselected menu items for large scale
Dec 11, 2024
Description
Selected menu items with checkmarks are not aligned with unselected menu items on large screen sizes. This causes a visible shift in menu item content when we select and unselect it.
Steps to reproduce
is-selected
class from one of the selected menu itemsExpected behavior
The menu item should not shift horizontally when we are selecting or unselecting it.
Screenshots
Screen.Recording.2024-11-13.at.11.37.10.AM.mov
Environment
Additional context
Please see this thread with a proposed solution by Nikki Massaro: https://cclight.slack.com/archives/CESK60MQD/p1731527118225569?thread_ts=1731520846.411549&cid=CESK60MQD
The checkmark icon has margin that isn't accounted for when we are calculating the computed size of the menu items.
The text was updated successfully, but these errors were encountered: