panel style

pull/626/head
LianaHus 4 years ago
parent a44aa0528d
commit 58bb328feb
  1. 1
      apps/remix-ide/src/app/components/panel.js
  2. 1
      apps/remix-ide/src/app/tabs/styles/run-tab-styles.js

@ -13,6 +13,7 @@ const css = csjs`
}
.plugItIn > div {
overflow-y : auto;
overflow-x : hidden;
height : 100%;
width : 100%;
}

@ -53,6 +53,7 @@ var css = csjs`
.select {
font-weight: normal;
width: 100%;
overflow: hidden;
}
.instanceContainer {
display: flex;

Loading…
Cancel
Save