mosospace for stack/debugger

pull/5370/head
Liana Husikyan 5 years ago committed by LianaHus
parent f4ad3349b7
commit e3533349f7
  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