add padding to the bottom to secure space

pull/5394/head
Liana Husikyan 6 days ago committed by Aniket
parent 10d5e14b18
commit c7dc159e5a
  1. 2
      apps/remix-ide/src/app/components/panel.ts

@ -29,7 +29,7 @@ export class AbstractPanel extends HostPlugin {
view: view, view: view,
active: false, active: false,
pinned: false, pinned: false,
class: 'plugItIn active' class: 'plugItIn active pb-2'
} }
} }

Loading…
Cancel
Save