diff options
author | Dan Finlay <flyswatter@users.noreply.github.com> | 2017-03-23 06:25:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-23 06:25:15 +0800 |
commit | 18414f5cbd49d5ae81602d908c1ff5bef958af51 (patch) | |
tree | 3ed9088ac16501f46c9a5b2ddc7937375270d89e /ui/app/css | |
parent | 77907038ffe0edbe5e3472f98fd10d73b76464b8 (diff) | |
parent | 864f8b06f9f2ec56b7ffce0afe83a1d70c3c7843 (diff) | |
download | tangerine-wallet-browser-18414f5cbd49d5ae81602d908c1ff5bef958af51.tar tangerine-wallet-browser-18414f5cbd49d5ae81602d908c1ff5bef958af51.tar.gz tangerine-wallet-browser-18414f5cbd49d5ae81602d908c1ff5bef958af51.tar.bz2 tangerine-wallet-browser-18414f5cbd49d5ae81602d908c1ff5bef958af51.tar.lz tangerine-wallet-browser-18414f5cbd49d5ae81602d908c1ff5bef958af51.tar.xz tangerine-wallet-browser-18414f5cbd49d5ae81602d908c1ff5bef958af51.tar.zst tangerine-wallet-browser-18414f5cbd49d5ae81602d908c1ff5bef958af51.zip |
Merge branch 'master' into i1234-HardGasLimits-BrowserForm
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 7771ddd99..de8ae0e92 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -266,8 +266,9 @@ app sections } .sizing-input{ - font-size: 1em; + font-size: 14px; height: 30px; + padding-left: 5px; } .editable-label{ display: flex; |