diff options
author | Frankie <frankie.pangilinan@consensys.net> | 2016-06-11 01:52:38 +0800 |
---|---|---|
committer | Frankie <frankie.pangilinan@consensys.net> | 2016-06-13 00:40:30 +0800 |
commit | ff2f5cd58a297e26550cfdc05e2f9231b2ee4e96 (patch) | |
tree | bd00181e87490e97cb684ab3af762304873bb156 /ui/app | |
parent | 88ed93afd91a6a15f1c9df52347c8e5e3ebda841 (diff) | |
download | tangerine-wallet-browser-ff2f5cd58a297e26550cfdc05e2f9231b2ee4e96.tar tangerine-wallet-browser-ff2f5cd58a297e26550cfdc05e2f9231b2ee4e96.tar.gz tangerine-wallet-browser-ff2f5cd58a297e26550cfdc05e2f9231b2ee4e96.tar.bz2 tangerine-wallet-browser-ff2f5cd58a297e26550cfdc05e2f9231b2ee4e96.tar.lz tangerine-wallet-browser-ff2f5cd58a297e26550cfdc05e2f9231b2ee4e96.tar.xz tangerine-wallet-browser-ff2f5cd58a297e26550cfdc05e2f9231b2ee4e96.tar.zst tangerine-wallet-browser-ff2f5cd58a297e26550cfdc05e2f9231b2ee4e96.zip |
Change name-label css bug
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/css/index.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 2e0775724..1e59928d0 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -366,8 +366,7 @@ input.large-input { } .name-label{ - position: relative; - bottom: 14px; + margin-bottom: 14px; } .edit-text { height: 100%; |