From 1dd11a4cf757b7a195806c4e5aa0e9eca0023184 Mon Sep 17 00:00:00 2001 From: plondon Date: Wed, 20 Jun 2018 21:47:35 -0400 Subject: [PATCH] style(Eth): center export eth key --- .../src/scenes/Transactions/Ether/Menu/template.js | 1 + 1 file changed, 1 insertion(+) 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`