From 1b929fbb5657c326a54af894071cc62257fe1b1b Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 5 Oct 2020 18:55:04 +0200 Subject: [PATCH] style(site): controls button default style --- website/src/styles/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/src/styles/global.css b/website/src/styles/global.css index 08e42479..ee9af968 100644 --- a/website/src/styles/global.css +++ b/website/src/styles/global.css @@ -44,3 +44,8 @@ .react-flow { font-family: 'jetbrains-mono'; } + +.react-flow__controls-button { + width: 16px; + height: 16px; +}