ui small fixes

pull/1/head
yann300 6 years ago
parent 37b36140f0
commit 5804c2c30d
  1. 2
      src/app/debugger/remix-debugger/src/ui/CodeListView.js
  2. 1
      src/app/debugger/remix-debugger/src/ui/VmDebugger.js

@ -12,7 +12,7 @@ var css = csjs`
.instructions { .instructions {
${styles.rightPanel.debuggerTab.box_Debugger} ${styles.rightPanel.debuggerTab.box_Debugger}
overflow-y: scroll; overflow-y: scroll;
max-height: 100px; max-height: 150px;
} }
` `
function CodeListView (_parent, _codeManager) { function CodeListView (_parent, _codeManager) {

@ -21,7 +21,6 @@ var css = csjs`
width: 250px; width: 250px;
} }
.stepDetail { .stepDetail {
float: right;
} }
` `

Loading…
Cancel
Save