Skip to content

Commit

Permalink
fix: add padding back to insight series (#17580)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Sep 22, 2023
1 parent 3ac6b80 commit a5f41a9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/__snapshots__/scenes-app-insights--trends-line-edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/__snapshots__/scenes-app-insights--trends-line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"name": "$pageview",
"type": "events",
"order": 0
},
{
"id": "$geoip_country_name",
"name": "$geoip_country_name",
"type": "events",
"order": 0
}
],
"actions": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.ActionFilter {
> * + * {
> * + *,
ul > li + li {
margin-top: 0.5rem;
}

Expand Down

0 comments on commit a5f41a9

Please sign in to comment.