Merge pull request #168 from ethereum/instHeight

instruction List height
pull/7/head
chriseth 8 years ago committed by GitHub
commit 7787ae36da
  1. 2
      src/ui/styles/basicStyles.js

@ -26,7 +26,7 @@ module.exports = {
instructionsList: { instructionsList: {
'width': '52%', 'width': '52%',
'overflow-y': 'scroll', 'overflow-y': 'scroll',
'max-height': '500px', 'max-height': '250px',
'margin': '0' 'margin': '0'
}, },
transactionInfo: { transactionInfo: {

Loading…
Cancel
Save