14 lines
177 B
CSS
14 lines
177 B
CSS
.wrapper {
|
|
display: flex;
|
|
height: 100%;
|
|
}
|
|
|
|
.wrapper :global .react-flow {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.wrapper :global .react-flow {
|
|
border-right: 1px solid #ddd;
|
|
}
|