fix(controls): set full width on control btn svgs
This commit is contained in:
@@ -18,9 +18,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.vue-flow__controls-button svg {
|
.vue-flow__controls-button svg {
|
||||||
|
width: 100%;
|
||||||
max-width: 12px;
|
max-width: 12px;
|
||||||
max-height: 12px;
|
max-height: 12px;
|
||||||
overflow: visible;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.vue-flow__controls-button:hover {
|
.vue-flow__controls-button:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user