From c7dc159e5adbbe5c30a32b824171b94ae86ea84a Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Fri, 15 Nov 2024 17:19:55 +0100 Subject: [PATCH] add padding to the bottom to secure space --- apps/remix-ide/src/app/components/panel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/components/panel.ts b/apps/remix-ide/src/app/components/panel.ts index bf80f3614d..9c3d169033 100644 --- a/apps/remix-ide/src/app/components/panel.ts +++ b/apps/remix-ide/src/app/components/panel.ts @@ -29,7 +29,7 @@ export class AbstractPanel extends HostPlugin { view: view, active: false, pinned: false, - class: 'plugItIn active' + class: 'plugItIn active pb-2' } }