diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2017-02-28 08:55:58 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2017-02-28 08:55:58 +0800 |
commit | 2b0e939abdfe8207d47cce863aab48898dbf4e8c (patch) | |
tree | 7aee0b53cda3bdb192a2d063bcdac9261f4545d2 /ui/app/components/hex-as-decimal-input.js | |
parent | 98e80e674003fabbea7e134a8775f2a7f61cabe1 (diff) | |
download | tangerine-wallet-browser-2b0e939abdfe8207d47cce863aab48898dbf4e8c.tar tangerine-wallet-browser-2b0e939abdfe8207d47cce863aab48898dbf4e8c.tar.gz tangerine-wallet-browser-2b0e939abdfe8207d47cce863aab48898dbf4e8c.tar.bz2 tangerine-wallet-browser-2b0e939abdfe8207d47cce863aab48898dbf4e8c.tar.lz tangerine-wallet-browser-2b0e939abdfe8207d47cce863aab48898dbf4e8c.tar.xz tangerine-wallet-browser-2b0e939abdfe8207d47cce863aab48898dbf4e8c.tar.zst tangerine-wallet-browser-2b0e939abdfe8207d47cce863aab48898dbf4e8c.zip |
Align input fields for gas.
Diffstat (limited to 'ui/app/components/hex-as-decimal-input.js')
-rw-r--r-- | ui/app/components/hex-as-decimal-input.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/hex-as-decimal-input.js b/ui/app/components/hex-as-decimal-input.js index bdc0ed191..95d805335 100644 --- a/ui/app/components/hex-as-decimal-input.js +++ b/ui/app/components/hex-as-decimal-input.js @@ -55,6 +55,7 @@ HexAsDecimalInput.prototype.render = function () { color: ' #AEAEAE', fontSize: '12px', marginLeft: '5px', + width: '20px', }, }, suffix), ]) |