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; +}