From 3663149e2bd5747ef670324b4646511857a6d4c6 Mon Sep 17 00:00:00 2001
From: Artyom Sovetnikov <2056864+Elringus@users.noreply.github.com>
Date: Tue, 21 Mar 2023 16:33:48 +0300
Subject: [PATCH] fix example styling
---
.../vite-app/src/examples/InteractiveMinimap/index.tsx | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/examples/vite-app/src/examples/InteractiveMinimap/index.tsx b/examples/vite-app/src/examples/InteractiveMinimap/index.tsx
index fe920156..3b63ffae 100644
--- a/examples/vite-app/src/examples/InteractiveMinimap/index.tsx
+++ b/examples/vite-app/src/examples/InteractiveMinimap/index.tsx
@@ -152,8 +152,12 @@ const BasicFlow = () => {
-
-
+
+
);