Update MemoryPanel.js

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

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

Loading…
Cancel
Save