Merge pull request #1128 from ethereum/fixUXRunTab

[Run tab] Fix UI
pull/1/head
yann300 7 years ago committed by GitHub
commit f6d867650a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/tabs/styles/run-tab-styles.js

@ -51,7 +51,7 @@ var css = csjs`
.select {
${styles.rightPanel.runTab.dropdown_RunTab}
font-weight: normal;
min-width: 150px;
width: 250px;
}
.instanceContainer {
display: flex;

Loading…
Cancel
Save