diff options
author | kumavis <kumavis@users.noreply.github.com> | 2017-01-27 11:53:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-27 11:53:54 +0800 |
commit | 41bc9c221eb888ba1afe93b511698c21b0c8cf01 (patch) | |
tree | ce364d2380b6b05908cf65ecff8f789963041d68 | |
parent | 2b34cb4564f7987e49a21d807df93223f2b16a23 (diff) | |
parent | 583dc100abbcebed5516656773808742331e5171 (diff) | |
download | tangerine-wallet-browser-41bc9c221eb888ba1afe93b511698c21b0c8cf01.tar tangerine-wallet-browser-41bc9c221eb888ba1afe93b511698c21b0c8cf01.tar.gz tangerine-wallet-browser-41bc9c221eb888ba1afe93b511698c21b0c8cf01.tar.bz2 tangerine-wallet-browser-41bc9c221eb888ba1afe93b511698c21b0c8cf01.tar.lz tangerine-wallet-browser-41bc9c221eb888ba1afe93b511698c21b0c8cf01.tar.xz tangerine-wallet-browser-41bc9c221eb888ba1afe93b511698c21b0c8cf01.tar.zst tangerine-wallet-browser-41bc9c221eb888ba1afe93b511698c21b0c8cf01.zip |
Merge pull request #1056 from MetaMask/i#1006
Fix ui overlap
-rw-r--r-- | ui/app/account-detail.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index 7a0c599ba..387a1720a 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -123,8 +123,6 @@ AccountDetailScreen.prototype.render = function () { h('.flex-row', { style: { justifyContent: 'flex-end', - position: 'relative', - bottom: '15px', }, }, [ |