14 lines
198 B
CSS
14 lines
198 B
CSS
.multiflows {
|
|
display: flex;
|
|
height: 100%;
|
|
}
|
|
|
|
.multiflows :global .react-flow {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.multiflows :global .react-flow:first-child {
|
|
border-right: 2px solid #333;
|
|
}
|