aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/dev-tools-pages/ts/components/Trace.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/components/Trace.tsx b/packages/dev-tools-pages/ts/components/Trace.tsx
index 74aef69b5..355d9b463 100644
--- a/packages/dev-tools-pages/ts/components/Trace.tsx
+++ b/packages/dev-tools-pages/ts/components/Trace.tsx
@@ -200,7 +200,6 @@ const Item = styled.li`
`;
const Copy = styled.div<{ dark?: boolean; }>`
- max-width: 20rem;
margin-right: 5.875rem;
${props => props.dark && `
p {