Skip to content

Commit

Permalink
fix(sidebar): reduce line height between sequenced nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
aliraza556 committed Dec 19, 2024
1 parent 9555b88 commit 084efea
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 084efea

Please sign in to comment.