aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrankie <frankie.pangilinan@consensys.net>2016-06-25 06:13:48 +0800
committerFrankie <frankie.pangilinan@consensys.net>2016-06-25 06:13:48 +0800
commit4200eeeeed94ceafc095ab027b1a50dab592b23e (patch)
tree2d467c3efe7cd9fadfe3fe33290f71c60d70eff7
parent251cb84afb91cfbae14f8e68314b57c1e25a4af3 (diff)
downloadtangerine-wallet-browser-4200eeeeed94ceafc095ab027b1a50dab592b23e.tar.gz
tangerine-wallet-browser-4200eeeeed94ceafc095ab027b1a50dab592b23e.tar.zst
tangerine-wallet-browser-4200eeeeed94ceafc095ab027b1a50dab592b23e.zip
Fix editable button so that it dosent float above the drop down menue
-rw-r--r--ui/app/css/index.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index f0e7dc794..24497a66f 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -228,10 +228,8 @@ app sections
font-size: 1em;
height: 31px;
}
-
-.editable-button{
- position: relative;
- bottom: 2px;
+.editable-label{
+ display: flex;
}
/* Webkit */
.unlock-screen input::-webkit-input-placeholder {