Merge pull request #2410 from ethereum/LianaHus-patch-1

removed the empty space under the sidepanel
pull/5370/head
Liana Husikyan 5 years ago committed by GitHub
commit fd1f547693
  1. 2
      src/app/components/side-panel.js

@ -143,7 +143,7 @@ export class SidePanel extends AbstractPanel {
return yo`
<section class="${css.panel}">
${this.header}
<div class="${css.pluginsContainer} py-1">
<div class="${css.pluginsContainer}">
${this.view}
</div>
</section>`

Loading…
Cancel
Save