Increase disclaimer scroll box height

feature/default_network_editable
Dan Finlay 8 years ago
parent 1f0de5588d
commit 9e7a9e6837
  1. 2
      ui/app/first-time/disclaimer.js

@ -39,7 +39,7 @@ DisclaimerScreen.prototype.render = function() {
h('div', {
style: {
background: 'rgb(235, 235, 235)',
height: '235px',
height: '336px',
width: '80%',
overflowY: 'scroll',

Loading…
Cancel
Save