From da414b7c23e56ec3fca443573f98e49640840a0b Mon Sep 17 00:00:00 2001 From: Thomas Schoffelen Date: Wed, 13 Jun 2018 20:26:46 +0200 Subject: [PATCH] Added copy buttons for ABI and Bytecode --- src/app/tabs/compile-tab.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index d425a9bfdd..d61a634a06 100644 --- a/src/app/tabs/compile-tab.js +++ b/src/app/tabs/compile-tab.js @@ -384,6 +384,10 @@ const css = csjs` .contractHelperButtons { display: flex; cursor: pointer; +<<<<<<< HEAD +======= + justify-content: space-between; +>>>>>>> cbfc5f1... Added copy buttons for ABI and Bytecode text-align: center; } .copyButton {