Skip to content

Commit 0591ad7

Browse files
authored
chore(traces): tighten padding (#87460)
**Before:** ![Screenshot 2025-03-19 at 3 05 26 PM](https://github.com/user-attachments/assets/81fabeb2-ea95-416c-82ea-148006a679ee) ![Screenshot 2025-03-19 at 3 24 42 PM](https://github.com/user-attachments/assets/c482d21a-3502-4486-8417-e809aae0dc89) **After:** ![Screenshot 2025-03-19 at 3 11 01 PM](https://github.com/user-attachments/assets/54fdc534-c7c0-45e0-ba06-94467f0d3e96) ![Screenshot 2025-03-19 at 3 24 16 PM](https://github.com/user-attachments/assets/e93a70a3-82f6-448c-b4c1-c7e7e2fd5935)
1 parent ea11ee3 commit 0591ad7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/app/views/explore/charts/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export function useExtrapolationMeta({
364364
const ChartList = styled('div')`
365365
display: grid;
366366
row-gap: ${space(2)};
367-
margin-bottom: ${space(2)};
367+
margin-bottom: ${space(1)};
368368
`;
369369

370370
const ChartLabel = styled('div')`

static/app/views/explore/tables/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ const SamplesTableHeader = styled('div')`
109109
display: flex;
110110
flex-direction: row;
111111
justify-content: space-between;
112-
margin-bottom: ${space(2)};
112+
margin-bottom: ${space(1)};
113113
`;

0 commit comments

Comments
 (0)