Commit e78fac63 authored by Liana Husikyan's avatar Liana Husikyan Committed by LianaHus

removed the empty space under the sidepanel

parent 7192db05
...@@ -143,7 +143,7 @@ export class SidePanel extends AbstractPanel { ...@@ -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>`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment