Merge pull request #2278 from ethereum/toasterIssue

fixed side-panel width
pull/1/head
Liana Husikyan 6 years ago committed by GitHub
commit 692678eb06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/app/components/side-panel.js
  2. 2
      src/app/udapp/run-tab.js

@ -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">

Loading…
Cancel
Save