diff --git a/app/components/ContextMenu/MenuIconWrapper.ts b/app/components/ContextMenu/MenuIconWrapper.ts index 385e8291d..ab0855b7a 100644 --- a/app/components/ContextMenu/MenuIconWrapper.ts +++ b/app/components/ContextMenu/MenuIconWrapper.ts @@ -7,6 +7,7 @@ const MenuIconWrapper = styled.span` margin-right: 6px; margin-left: -4px; color: ${s("textSecondary")}; + flex-shrink: 0; `; export default MenuIconWrapper;