From dd5da62a9855a4be1bebfec697ecfbfc1d048afd Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 18 Sep 2018 15:21:19 +0200 Subject: [PATCH] add margin top --- src/app/tabs/run-tab.js | 2 +- src/app/tabs/styles/run-tab-styles.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tabs/run-tab.js b/src/app/tabs/run-tab.js index 8f37c5d5f9..ed540c2ed4 100644 --- a/src/app/tabs/run-tab.js +++ b/src/app/tabs/run-tab.js @@ -344,7 +344,7 @@ function contractDropdown (events, self) {
${selectContractNames} ${compFails} ${info}
-
+
${self._view.createPanel} ${self._view.orLabel}
diff --git a/src/app/tabs/styles/run-tab-styles.js b/src/app/tabs/styles/run-tab-styles.js index e3124e179c..27a55eecbe 100644 --- a/src/app/tabs/styles/run-tab-styles.js +++ b/src/app/tabs/styles/run-tab-styles.js @@ -124,7 +124,7 @@ var css = csjs` .button { display: flex; align-items: center; - margin-top: 2%; + margin-top: 13px; } .transaction { ${styles.rightPanel.runTab.button_transaction}