mosospace for stack/debugger

pull/1/head
Liana Husikyan 5 years ago committed by LianaHus
parent a66328ff99
commit 5c6d47073b
  1. 2
      src/app/tabs/debugger/debuggerUI/vmDebugger/StackPanel.js

@ -11,7 +11,7 @@ StackPanel.prototype.update = function (calldata) {
}
StackPanel.prototype.render = function () {
return yo`<div id='stackpanel' >${this.basicPanel.render()}</div>`
return yo`<div id='stackpanel' class='text-monospace small' >${this.basicPanel.render()}</div>`
}
module.exports = StackPanel

Loading…
Cancel
Save