Files
xyflow/example/src_oldapi/MultiFlows/multiflows.css
2021-10-20 10:23:09 +02:00

14 lines
242 B
CSS

.react-flow__example-multiflows {
display: flex;
height: 100%;
}
.react-flow__example-multiflows .react-flow {
width: 100%;
height: 100%;
}
.react-flow__example-multiflows .react-flow:first-child {
border-right: 2px solid #333;
}