Skip to content

Commit b586439

Browse files
fix(codecov): Fix responsiveness with long code snippets
1 parent 014d659 commit b586439

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

static/app/views/codecov/tests/onboardingSteps/uploadFileCLIStep.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ const StyledP = styled('p')`
5555
const StyledCodeSnippet = styled(CodeSnippet)`
5656
margin-top: ${p => p.theme.space.md};
5757
margin-bottom: ${p => p.theme.space.md};
58-
overflow: hidden;
59-
max-width: 100%;
60-
word-wrap: break-word;
61-
overflow-wrap: break-word;
62-
flex-shrink: 1;
6358
`;
6459

6560
const PinkText = styled('span')`

0 commit comments

Comments
 (0)