Skip to content

Commit

Permalink
add padding to the bottom to secure space
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus authored Nov 15, 2024
1 parent 6cab7bb commit b7128b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide/src/app/components/panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class AbstractPanel extends HostPlugin {
view: view,
active: false,
pinned: false,
class: 'plugItIn active'
class: 'plugItIn active pb-2'
}
}

Expand Down

0 comments on commit b7128b4

Please sign in to comment.