We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea11ee3 commit 0591ad7Copy full SHA for 0591ad7
static/app/views/explore/charts/index.tsx
@@ -364,7 +364,7 @@ export function useExtrapolationMeta({
364
const ChartList = styled('div')`
365
display: grid;
366
row-gap: ${space(2)};
367
- margin-bottom: ${space(2)};
+ margin-bottom: ${space(1)};
368
`;
369
370
const ChartLabel = styled('div')`
static/app/views/explore/tables/index.tsx
@@ -109,5 +109,5 @@ const SamplesTableHeader = styled('div')`
109
display: flex;
110
flex-direction: row;
111
justify-content: space-between;
112
113
0 commit comments