@@ -16,8 +16,7 @@ export const NodeWrapperStyle = styled.div`
flex-direction: column;
justify-content: center;
position: relative;
- min-width: 360px;
- width: 100%;
+ width: 360px;
height: auto;
&.selected {
@@ -23,6 +23,7 @@ export const BlockEndNodeRegistry: FlowNodeRegistry = {
},
wrapperStyle: {
minWidth: 'unset',
+ width: '100%',
borderWidth: 2,
borderRadius: 12,
cursor: 'move',
@@ -23,6 +23,7 @@ export const BlockStartNodeRegistry: FlowNodeRegistry = {
@@ -64,6 +64,7 @@ export const LoopNodeRegistry: FlowNodeRegistry = {
expandable: false, // disable expanded
onAdd() {