From c7fc8238061b643d6abb8b5132ddca58d745b42b Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Tue, 2 Apr 2019 14:54:03 +0200 Subject: [PATCH] same width for sign and verify columns --- src/views/Wallet/views/Account/SignVerify/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/views/Account/SignVerify/index.js b/src/views/Wallet/views/Account/SignVerify/index.js index 6155cc6d..82363af1 100644 --- a/src/views/Wallet/views/Account/SignVerify/index.js +++ b/src/views/Wallet/views/Account/SignVerify/index.js @@ -44,7 +44,7 @@ const StyledButton = styled(Button)` const Column = styled.div` display: flex; - flex: 1 1 50%; + flex: 1 1 auto; flex-direction: column; @media screen and (max-width: ${SCREEN_SIZE.MD}) {