Commit 853750ff authored by LianaHus's avatar LianaHus Committed by Liana Husikyan

padding of errors

parent 2b80e4fb
...@@ -414,7 +414,7 @@ class CompileTab extends ViewPlugin { ...@@ -414,7 +414,7 @@ class CompileTab extends ViewPlugin {
render () { render () {
if (this._view.el) return this._view.el if (this._view.el) return this._view.el
this.onActivationInternal() this.onActivationInternal()
this._view.errorContainer = yo`<div class="${css.errorBlobs} p-2"></div>` this._view.errorContainer = yo`<div class="${css.errorBlobs} p-4"></div>`
this._view.contractSelection = this.contractSelection() this._view.contractSelection = this.contractSelection()
this._view.compilerContainer = this.compilerContainer.render() this._view.compilerContainer = this.compilerContainer.render()
this.compilerContainer.activate() this.compilerContainer.activate()
......
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