Skip to content

Commit 0998e06

Browse files
Christinarlongandrewshie-sentry
authored andcommitted
chore(github): Changes the max-width to absolute value to eliminate excess whitespace (#93247)
1 parent a3f9003 commit 0998e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/integrationPipeline/githubInstallationSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const StyledContainer = styled('div')`
204204
flex-direction: column;
205205
align-items: flex-start;
206206
padding: ${space(2)};
207-
max-width: 33%;
207+
max-width: 600px;
208208
margin: 0 auto;
209209
margin-top: 10%;
210210
`;

0 commit comments

Comments
 (0)