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 014d659 commit b586439Copy full SHA for b586439
static/app/views/codecov/tests/onboardingSteps/uploadFileCLIStep.tsx
@@ -55,11 +55,6 @@ const StyledP = styled('p')`
55
const StyledCodeSnippet = styled(CodeSnippet)`
56
margin-top: ${p => p.theme.space.md};
57
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;
63
`;
64
65
const PinkText = styled('span')`
0 commit comments