Merge pull request #2278 from ethereum/toasterIssue

fixed side-panel width
pull/3094/head
Liana Husikyan 6 years ago committed by GitHub
commit 2c4aaf63c3
  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` const css = csjs`
.panel { .panel {
width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

@ -74,7 +74,7 @@ export class RunTab extends LibraryPlugin {
} }
renderContainer () { 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` var el = yo`
<div class="list-group list-group-flush"> <div class="list-group list-group-flush">

Loading…
Cancel
Save