Skip to content

Commit

Permalink
Fix broken layout of music editor caused by Select min-width
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Apr 25, 2024
1 parent a297b69 commit 5dda77e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/music/SequenceEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ interface SequenceItemProps {

const Wrapper = styled.div`
background-color: ${(props) => props.theme.colors.tracker.background};
${Select} {
min-width: 0;
}
`;

const SequenceItem = styled.div<SequenceItemProps>`
Expand Down

0 comments on commit 5dda77e

Please sign in to comment.