padding of errors

pull/1/head
LianaHus 5 years ago committed by Liana Husikyan
parent 2b80e4fb34
commit 853750ffc5
  1. 2
      src/app/tabs/compile-tab.js

@ -414,7 +414,7 @@ class CompileTab extends ViewPlugin {
render () {
if (this._view.el) return this._view.el
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.compilerContainer = this.compilerContainer.render()
this.compilerContainer.activate()

Loading…
Cancel
Save