diff --git a/packages/blockchain-wallet-v4-frontend/src/scenes/Transactions/Ether/Menu/template.js b/packages/blockchain-wallet-v4-frontend/src/scenes/Transactions/Ether/Menu/template.js index f0e955655dc..f001378ade7 100644 --- a/packages/blockchain-wallet-v4-frontend/src/scenes/Transactions/Ether/Menu/template.js +++ b/packages/blockchain-wallet-v4-frontend/src/scenes/Transactions/Ether/Menu/template.js @@ -35,6 +35,7 @@ const Status = styled.div` const PrivateKeysWrapper = styled.div` display: flex; flex-wrap: nowrap; + align-items: center; margin-right: 15px; ` const Search = styled.div`