diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2017-03-01 02:23:47 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2017-03-01 02:23:47 +0800 |
commit | 666044d417d45ee0e5e491cac388d1f57ee83932 (patch) | |
tree | dcc815447aa2627437614542febb40130b4a89c5 /ui | |
parent | 04df5c1f2ded53229edbff85401c659c958389f0 (diff) | |
download | tangerine-wallet-browser-666044d417d45ee0e5e491cac388d1f57ee83932.tar tangerine-wallet-browser-666044d417d45ee0e5e491cac388d1f57ee83932.tar.gz tangerine-wallet-browser-666044d417d45ee0e5e491cac388d1f57ee83932.tar.bz2 tangerine-wallet-browser-666044d417d45ee0e5e491cac388d1f57ee83932.tar.lz tangerine-wallet-browser-666044d417d45ee0e5e491cac388d1f57ee83932.tar.xz tangerine-wallet-browser-666044d417d45ee0e5e491cac388d1f57ee83932.tar.zst tangerine-wallet-browser-666044d417d45ee0e5e491cac388d1f57ee83932.zip |
Add margins to align.
Diffstat (limited to 'ui')
-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 254232a0a..523c1264b 100644 --- a/ui/app/components/hex-as-decimal-input.js +++ b/ui/app/components/hex-as-decimal-input.js @@ -56,6 +56,7 @@ HexAsDecimalInput.prototype.render = function () { color: ' #AEAEAE', fontSize: '12px', marginLeft: '5px', + marginRight: '6px', width: '20px', }, }, suffix), |