From f6b9b941aedc0907f8d4bc4ded42e0909a123d43 Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Fri, 24 Apr 2020 10:38:54 -0600 Subject: [PATCH] move button to bottom of form --- .../map_settings_panel/navigation_panel.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/x-pack/plugins/maps/public/connected_components/map_settings_panel/navigation_panel.tsx b/x-pack/plugins/maps/public/connected_components/map_settings_panel/navigation_panel.tsx index 68fc138dc3283..e7f257828c35b 100644 --- a/x-pack/plugins/maps/public/connected_components/map_settings_panel/navigation_panel.tsx +++ b/x-pack/plugins/maps/public/connected_components/map_settings_panel/navigation_panel.tsx @@ -128,16 +128,6 @@ export function NavigationPanel({ center, settings, updateMapSetting, zoom }: Pr return ( <> - - - - - - - {zoomFormRow} + + + + + + + ); }