Merge pull request #4959 from ethereum/pinned-panel-updates2

Add padding to right side panel
pull/4965/head^2
Liana Husikyan 5 months ago committed by GitHub
commit 52e70ebcc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      libs/remix-ui/app/src/lib/remix-app/style/remix-app.css

@ -43,6 +43,7 @@ pre {
.pinnedpanel {
width : 320px;
transition : width 0.25s;
padding-bottom : 1.4rem;
}
.highlightcode {
position : absolute;

Loading…
Cancel
Save