From 42e0afa5c1141b5e8b34cd164f04b75982420b2b Mon Sep 17 00:00:00 2001 From: Luminessa Starlight Date: Fri, 15 Aug 2025 09:11:04 -0400 Subject: [PATCH] Chore: Removed unused style definition (#109714) removed unused style from #109602 --- public/app/features/geo/editor/locationModeEditor.tsx | 6 ------ 1 file changed, 6 deletions(-) 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%', - }, - }), }; };