Unverified Commit 692678eb authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge pull request #2278 from ethereum/toasterIssue

fixed side-panel width
parents d5960abd 6ecb1e5e
......@@ -5,6 +5,7 @@ const yo = require('yo-yo')
const css = csjs`
.panel {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
......
......@@ -74,7 +74,7 @@ export class RunTab extends LibraryPlugin {
}
renderContainer () {
this.container = yo`<div class="${css.runTabView} py-0 px-3" id="runTabView" ></div>`
this.container = yo`<div class="${css.runTabView} py-0 pr-2" id="runTabView" ></div>`
var el = yo`
<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