removed the empty space under the sidepanel

pull/1/head
Liana Husikyan 5 years ago committed by LianaHus
parent 7192db0598
commit e78fac63f3
  1. 2
      src/app/components/side-panel.js

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

Loading…
Cancel
Save