We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0669f6 commit 5402dcbCopy full SHA for 5402dcb
static/app/views/explore/metrics/metricInfoTabs/metricInfoTabStyles.tsx
@@ -74,6 +74,7 @@ export const StyledSimpleTableHeaderCell = styled(SimpleTable.HeaderCell)<{
74
noPadding?: boolean;
75
}>`
76
font-size: ${p => p.theme.font.size.sm};
77
+ white-space: nowrap;
78
padding: ${p => (p.noPadding ? 0 : p.embedded ? p.theme.space.xl : p.theme.space.lg)};
79
padding-top: ${p =>
80
p.noPadding ? 0 : p.embedded ? p.theme.space.sm : p.theme.space.xs};
0 commit comments