From 15a3c234c552c3e32e76411acaefa49f312c0aed Mon Sep 17 00:00:00 2001 From: August Skare Date: Mon, 22 Oct 2018 09:05:07 +0200 Subject: dont shrink icons in trace component --- packages/dev-tools-pages/ts/components/Trace.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'packages/dev-tools-pages/ts/components') diff --git a/packages/dev-tools-pages/ts/components/Trace.tsx b/packages/dev-tools-pages/ts/components/Trace.tsx index 0fbf27c5d..30fdb7066 100644 --- a/packages/dev-tools-pages/ts/components/Trace.tsx +++ b/packages/dev-tools-pages/ts/components/Trace.tsx @@ -39,7 +39,7 @@ function Trace(props: Props) { completely in the dark about its exact location.

- + @@ -50,7 +50,7 @@ function Trace(props: Props) { the failing line of code quickly becomes a daunting task.

- +
@@ -72,7 +72,7 @@ function Trace(props: Props) { from.

- + @@ -83,7 +83,7 @@ function Trace(props: Props) { on linen X of contract Y", it drastically improves the developer experience.

- +
@@ -189,4 +189,8 @@ const Copy = styled.div` ${media.small`margin-right: 2.0625rem;`}; `; +const Icon = styled.div` + flex-shrink: 0; +`; + export default withContext(Trace); -- cgit v1.2.3