-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Icon Width on Menu Items #5678
Comments
Disclaimer: This comment was automatically generated with AI. It can give some useful hints as to where to look for, but sometimes it can also give very inaccurate answers so takes this with a pinch of salt :). To fix the icon width issue on menu items, follow these steps:
<IconChevronRight size={16} />
{selected && <IconCheck size={16} />}
{selected && <IconCheck size={16} />}
{selected && <IconCheck size={16} />} Ensure these changes are applied to the respective files to achieve the desired icon size. References/packages/twenty-front/src/modules/ui/navigation/menu-item/components/MenuItemNavigate.tsx |
I would like to take this issue |
Sure @Sudarsh1010, thanks for contributing! |
Current behavior
The icon width
on menu items with an icon on their right edge*
is wrongly fixed to 12.5px, even if 14px is specified in their width*MenuItem Navigate
*MenuItem Select
*MenuItem Select Avatar
*MenuItem Select Color
Desired Behavior
The text was updated successfully, but these errors were encountered: