diff --git a/public/app/features/geo/editor/locationModeEditor.tsx b/public/app/features/geo/editor/locationModeEditor.tsx index 9bde36e7c16..758a99b6f4f 100644 --- a/public/app/features/geo/editor/locationModeEditor.tsx +++ b/public/app/features/geo/editor/locationModeEditor.tsx @@ -120,11 +120,5 @@ const getStyles = (theme: GrafanaTheme2) => { marginTop: '5px', padding: theme.spacing(0.25), }), - // TODO apply styling to horizontal group (currently not working) - hGroup: css({ - '& div': { - width: '100%', - }, - }), }; };