From 348033e38f05e2acb81e0570b707e73377f25cc8 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 20 Dec 2018 16:41:03 +0100 Subject: [PATCH] fix send button overflow --- src/views/Wallet/views/Account/Send/ethereum/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Wallet/views/Account/Send/ethereum/index.js b/src/views/Wallet/views/Account/Send/ethereum/index.js index 63a86a14..603d27ca 100644 --- a/src/views/Wallet/views/Account/Send/ethereum/index.js +++ b/src/views/Wallet/views/Account/Send/ethereum/index.js @@ -132,6 +132,7 @@ const ToggleAdvancedSettingsButton = styled(Button)` const SendButton = styled(Button)` min-width: ${props => (props.isAdvancedSettingsHidden ? '50%' : '100%')}; + word-break: break-all; @media screen and (max-width: ${SmallScreenWidth}) { margin-top: ${props => (props.isAdvancedSettingsHidden ? '10px' : 0)};