Commit 5c6d4707 authored by Liana Husikyan's avatar Liana Husikyan Committed by LianaHus

mosospace for stack/debugger

parent a66328ff
...@@ -11,7 +11,7 @@ StackPanel.prototype.update = function (calldata) { ...@@ -11,7 +11,7 @@ StackPanel.prototype.update = function (calldata) {
} }
StackPanel.prototype.render = function () { 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 module.exports = StackPanel
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