fix styling

pull/1/head
yann300 5 years ago
parent 13b32a8666
commit 6b9ce1f476
  1. 2
      src/app/tabs/debugger-tab.js

@ -36,7 +36,7 @@ class DebuggerTab extends ViewPlugin {
</div>`
this.on('fetchAndCompile', 'compiling', (settings) => {
toaster(yo`<div><b>Recompiling and debugging with params</b><pre>${JSON.stringify(settings, null, '\t')}</pre></div>`)
toaster(yo`<div><b>Recompiling and debugging with params</b><pre class="text-left">${JSON.stringify(settings, null, '\t')}</pre></div>`)
})
this.on('fetchAndCompile', 'compilationFailed', (data) => {

Loading…
Cancel
Save