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