From 4765f8b10d2aad476ceadef3418ca12633fd1f72 Mon Sep 17 00:00:00 2001 From: Erik Ritter Date: Fri, 7 Aug 2020 13:53:18 -0700 Subject: [PATCH] fix: embedded chart height (#10551) --- superset-frontend/src/explore/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/src/explore/App.jsx b/superset-frontend/src/explore/App.jsx index 58f391abd0d..e1f8b83e9c6 100644 --- a/superset-frontend/src/explore/App.jsx +++ b/superset-frontend/src/explore/App.jsx @@ -33,10 +33,10 @@ setupPlugins(); const App = ({ store }) => ( -
+ <> -
+
);