Skip to content

Commit 3cff1f9

Browse files
malwilleyandrewshie-sentry
authored andcommitted
fix(issue-stream): Better position for graph column header (#83534)
1 parent 18f52d9 commit 3cff1f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/app/views/issueList/actions/headers.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ function Headers({
132132
export default Headers;
133133

134134
const GraphHeaderWrapper = styled('div')<{isSavedSearchesOpen?: boolean}>`
135-
width: 200px;
136-
margin-right: ${space(2)};
135+
width: 180px;
137136
138137
@media (max-width: ${p =>
139138
p.isSavedSearchesOpen ? p.theme.breakpoints.xlarge : p.theme.breakpoints.large}) {

0 commit comments

Comments
 (0)