Unverified Commit 0da7e214 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2301 from ethereum/yann300-patch-72

Tiny UI fix
parents c805b66d efcfd965
...@@ -74,7 +74,7 @@ export class RunTab extends LibraryPlugin { ...@@ -74,7 +74,7 @@ export class RunTab extends LibraryPlugin {
} }
renderContainer () { renderContainer () {
this.container = yo`<div class="${css.runTabView} py-0 pr-2" id="runTabView" ></div>` this.container = yo`<div class="${css.runTabView} py-0 px-2" id="runTabView" ></div>`
var el = yo` var el = yo`
<div class="list-group list-group-flush"> <div class="list-group list-group-flush">
......
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