fix: Incorrect shortcut position

This commit is contained in:
Tom Moor
2024-05-11 00:02:39 -06:00
parent 7c3cd216bf
commit 1a32405ee2

View File

@@ -104,6 +104,8 @@ const Spacer = styled.svg`
const Title = styled.div` const Title = styled.div`
${ellipsis()} ${ellipsis()}
flex-grow: 1;
display: flex;
`; `;
type MenuAnchorProps = { type MenuAnchorProps = {