Added copy buttons for ABI and Bytecode

pull/1/head
Thomas Schoffelen 6 years ago committed by yann300
parent 2ce2aa2a1e
commit da414b7c23
  1. 4
      src/app/tabs/compile-tab.js

@ -384,6 +384,10 @@ const css = csjs`
.contractHelperButtons { .contractHelperButtons {
display: flex; display: flex;
cursor: pointer; cursor: pointer;
<<<<<<< HEAD
=======
justify-content: space-between;
>>>>>>> cbfc5f1... Added copy buttons for ABI and Bytecode
text-align: center; text-align: center;
} }
.copyButton { .copyButton {

Loading…
Cancel
Save