fix: Misalignment of menu item icon when text overflows

This commit is contained in:
Tom Moor
2023-10-26 20:14:39 -04:00
parent a6f8872baa
commit 33576b794a

View File

@@ -7,6 +7,7 @@ const MenuIconWrapper = styled.span`
margin-right: 6px;
margin-left: -4px;
color: ${s("textSecondary")};
flex-shrink: 0;
`;
export default MenuIconWrapper;