Skip to content

Commit

Permalink
panel style
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Nov 25, 2020
1 parent a44aa05 commit 58bb328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/remix-ide/src/app/components/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const css = csjs`
}
.plugItIn > div {
overflow-y : auto;
overflow-x : hidden;
height : 100%;
width : 100%;
}
Expand Down
1 change: 1 addition & 0 deletions apps/remix-ide/src/app/tabs/styles/run-tab-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ var css = csjs`
.select {
font-weight: normal;
width: 100%;
overflow: hidden;
}
.instanceContainer {
display: flex;
Expand Down

0 comments on commit 58bb328

Please sign in to comment.