Commit eca660ef authored by Liana Husikyan's avatar Liana Husikyan Committed by LianaHus

Update MemoryPanel.js

parent 5c6d4707
...@@ -15,7 +15,7 @@ MemoryPanel.prototype.update = function (calldata) { ...@@ -15,7 +15,7 @@ MemoryPanel.prototype.update = function (calldata) {
} }
MemoryPanel.prototype.render = function () { 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 module.exports = MemoryPanel
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment