diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-07-01 14:50:20 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-07-01 14:50:20 +0800 |
commit | 6ec387b6751273ad09aed876a03f7ee95dc86c1a (patch) | |
tree | 83dab50dd0a966c0c1c5e7257a87b273badc783d /development/selector.js | |
parent | 7f9200b1bf50238e0452adb2d7867dc48868d775 (diff) | |
download | dexon-wallet-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.gz dexon-wallet-6ec387b6751273ad09aed876a03f7ee95dc86c1a.tar.zst dexon-wallet-6ec387b6751273ad09aed876a03f7ee95dc86c1a.zip |
Formatted dev mode better
Diffstat (limited to 'development/selector.js')
-rw-r--r-- | development/selector.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/selector.js b/development/selector.js index b58904cd..c466905c 100644 --- a/development/selector.js +++ b/development/selector.js @@ -17,6 +17,9 @@ NewComponent.prototype.render = function () { const selected = state.selected || selectedKey return h('select', { + style: { + margin: '20px 20px 0px', + }, value: selected, onChange:(event) => { const selectedKey = event.target.value |