Skip to content

Commit 6ee3170

Browse files
committed
fix(docs): add width/height to icons
1 parent 50a3b0e commit 6ee3170

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/examples/math/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
justify-content: center;
8181
}
8282

83+
.vue-flow__node-operator button svg {
84+
width: 100%;
85+
height: 100%;
86+
}
87+
8388
.vue-flow__node-operator button:hover {
8489
background-color: #0EA5E9;
8590
transition: background-color 0.2s;

0 commit comments

Comments
 (0)