Merge pull request #1128 from ethereum/fixUXRunTab

[Run tab] Fix UI
pull/3094/head
yann300 7 years ago committed by GitHub
commit 3c7d682499
  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