feat(controls): add orientation, style and class props closes #4069
This commit is contained in:
@@ -397,6 +397,13 @@ svg.xy-flow__connectionline {
|
||||
}
|
||||
|
||||
.xy-flow__controls {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
&.horizontal {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
&-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user