From f47fddf1f864eb41c1c2c65f94c40f2b182d0903 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 4 Mar 2019 12:55:21 +0100 Subject: [PATCH] remove button max width --- src/components/Log/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Log/index.js b/src/components/Log/index.js index 8829f6c7..54bcdb02 100644 --- a/src/components/Log/index.js +++ b/src/components/Log/index.js @@ -68,7 +68,6 @@ const CopyWrapper = styled.div` const ButtonCopy = styled(Button)` margin-top: 10px; - max-width: 200px; `; const Log = (props: Props): ?React$Element => {