Skip to content

Commit

Permalink
feat: ensure the text of the nodes never wraps
Browse files Browse the repository at this point in the history
  • Loading branch information
Devessier committed Nov 6, 2024
1 parent ea2724e commit 06a5fb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ const StyledResetReactflowStyles = styled.div`
.react-flow__node-group {
padding: 0;
width: auto;
text-align: start;
white-space: nowrap;
}
--xy-node-border-radius: none;
Expand Down

0 comments on commit 06a5fb6

Please sign in to comment.