Skip to content

Commit

Permalink
fix(controls): set full width on control btn svgs
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Jan 29, 2024
1 parent 427bfac commit a95d76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/controls/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
}

.vue-flow__controls-button svg {
width: 100%;
max-width: 12px;
max-height: 12px;
overflow: visible;
}

.vue-flow__controls-button:hover {
Expand Down

0 comments on commit a95d76d

Please sign in to comment.