Skip to content

Commit 06a5fb6

Browse files
committed
feat: ensure the text of the nodes never wraps
1 parent ea2724e commit 06a5fb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/twenty-front/src/modules/workflow/components/WorkflowDiagramCanvasBase.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ const StyledResetReactflowStyles = styled.div`
4343
.react-flow__node-group {
4444
padding: 0;
4545
width: auto;
46+
text-align: start;
47+
white-space: nowrap;
4648
}
4749
4850
--xy-node-border-radius: none;

0 commit comments

Comments
 (0)