Skip to content

Commit

Permalink
fix: Incorrect shortcut position
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed May 11, 2024
1 parent 7c3cd21 commit 1a32405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/ContextMenu/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const Spacer = styled.svg`

const Title = styled.div`
${ellipsis()}
flex-grow: 1;
display: flex;
`;

type MenuAnchorProps = {
Expand Down

0 comments on commit 1a32405

Please sign in to comment.