Skip to content

Commit

Permalink
Merge pull request #2563 from aliraza556/fix/sequence-nodes-line-height
Browse files Browse the repository at this point in the history
Fix: Reduce Line Height Between Sequenced Nodes in Sidebar
  • Loading branch information
Rassl authored Dec 19, 2024
2 parents 9555b88 + 084efea commit b078310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/App/SideBar/SelectedNodeView/Default/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,12 @@ const StyledLinkIcon = styled.a`
const StyledSequenceWrapper = styled(Flex)`
padding: 16px 24px;
flex-direction: column;
gap: 8px;
gap: 4px;
overflow-y: auto;
`

const StyledLineBreak = styled.div`
width: 100%;
height: 1px;
margin: 8px 0;
margin: 2px 0;
`

0 comments on commit b078310

Please sign in to comment.