diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-02-16 23:46:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-16 23:46:51 +0800 |
commit | 79f62635d787126f99a31508be8a927d23db639d (patch) | |
tree | 201d1d977ee80ec9164690ff13aaa94e110bfd98 /old-ui/app/components | |
parent | 170c7602b70e475e75fbd1c7181d03e22465ae24 (diff) | |
parent | ed33f3160a35e2e765012a4726ff90f9b3608998 (diff) | |
download | tangerine-wallet-browser-79f62635d787126f99a31508be8a927d23db639d.tar.gz tangerine-wallet-browser-79f62635d787126f99a31508be8a927d23db639d.tar.zst tangerine-wallet-browser-79f62635d787126f99a31508be8a927d23db639d.zip |
Merge pull request #3261 from MetaMask/uat-oldui-compatibility
Adjust old UI css compatibility with new UI style changes
Diffstat (limited to 'old-ui/app/components')
-rw-r--r-- | old-ui/app/components/account-dropdowns.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old-ui/app/components/account-dropdowns.js b/old-ui/app/components/account-dropdowns.js index a3908f45d..7cc581f84 100644 --- a/old-ui/app/components/account-dropdowns.js +++ b/old-ui/app/components/account-dropdowns.js @@ -268,6 +268,7 @@ class AccountDropdowns extends Component { 'i.fa.fa-ellipsis-h', { style: { + margin: '0.5em', fontSize: '1.8em', }, onClick: (event) => { |