From 6ee31708ab642c3ab6c8eb1a530c147579c874c1 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:24:39 +0200 Subject: [PATCH] fix(docs): add width/height to icons --- docs/examples/math/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/examples/math/style.css b/docs/examples/math/style.css index b6e40ec8..52cfb31e 100644 --- a/docs/examples/math/style.css +++ b/docs/examples/math/style.css @@ -80,6 +80,11 @@ justify-content: center; } +.vue-flow__node-operator button svg { + width: 100%; + height: 100%; +} + .vue-flow__node-operator button:hover { background-color: #0EA5E9; transition: background-color 0.2s;