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

removed the empty space under the sidepanel
pull/1/head
Liana Husikyan 5 years ago committed by GitHub
commit 8ff18f9a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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