diff --git a/frontend/__snapshots__/scenes-app-insights--trends-line--webkit.png b/frontend/__snapshots__/scenes-app-insights--trends-line--webkit.png index 7814a705e190d..f225aae3dea2e 100644 Binary files a/frontend/__snapshots__/scenes-app-insights--trends-line--webkit.png and b/frontend/__snapshots__/scenes-app-insights--trends-line--webkit.png differ diff --git a/frontend/__snapshots__/scenes-app-insights--trends-line-edit--webkit.png b/frontend/__snapshots__/scenes-app-insights--trends-line-edit--webkit.png index 9324b2235c046..04c87cafee5c6 100644 Binary files a/frontend/__snapshots__/scenes-app-insights--trends-line-edit--webkit.png and b/frontend/__snapshots__/scenes-app-insights--trends-line-edit--webkit.png differ diff --git a/frontend/__snapshots__/scenes-app-insights--trends-line-edit.png b/frontend/__snapshots__/scenes-app-insights--trends-line-edit.png index 7bb39aaff2b5c..89ad7841565cc 100644 Binary files a/frontend/__snapshots__/scenes-app-insights--trends-line-edit.png and b/frontend/__snapshots__/scenes-app-insights--trends-line-edit.png differ diff --git a/frontend/__snapshots__/scenes-app-insights--trends-line.png b/frontend/__snapshots__/scenes-app-insights--trends-line.png index b47fdcfa793e0..7d0aeeadd935d 100644 Binary files a/frontend/__snapshots__/scenes-app-insights--trends-line.png and b/frontend/__snapshots__/scenes-app-insights--trends-line.png differ diff --git a/frontend/src/mocks/fixtures/api/projects/:team_id/insights/trendsLine.json b/frontend/src/mocks/fixtures/api/projects/:team_id/insights/trendsLine.json index a49120bce9e51..25e5eef647f8f 100644 --- a/frontend/src/mocks/fixtures/api/projects/:team_id/insights/trendsLine.json +++ b/frontend/src/mocks/fixtures/api/projects/:team_id/insights/trendsLine.json @@ -10,6 +10,12 @@ "name": "$pageview", "type": "events", "order": 0 + }, + { + "id": "$geoip_country_name", + "name": "$geoip_country_name", + "type": "events", + "order": 0 } ], "actions": [], diff --git a/frontend/src/scenes/insights/filters/ActionFilter/ActionFilter.scss b/frontend/src/scenes/insights/filters/ActionFilter/ActionFilter.scss index b25292b46a713..78ef6f4aa2e32 100644 --- a/frontend/src/scenes/insights/filters/ActionFilter/ActionFilter.scss +++ b/frontend/src/scenes/insights/filters/ActionFilter/ActionFilter.scss @@ -1,5 +1,6 @@ .ActionFilter { - > * + * { + > * + *, + ul > li + li { margin-top: 0.5rem; }