Commit dd5da62a authored by yann300's avatar yann300

add margin top

parent 4be75219
...@@ -344,7 +344,7 @@ function contractDropdown (events, self) { ...@@ -344,7 +344,7 @@ function contractDropdown (events, self) {
<div class="${css.subcontainer}"> <div class="${css.subcontainer}">
${selectContractNames} ${compFails} ${info} ${selectContractNames} ${compFails} ${info}
</div> </div>
<div class="${css.buttons}"> <div>
${self._view.createPanel} ${self._view.createPanel}
${self._view.orLabel} ${self._view.orLabel}
<div class="${css.button} ${css.atAddressSect}"> <div class="${css.button} ${css.atAddressSect}">
......
...@@ -124,7 +124,7 @@ var css = csjs` ...@@ -124,7 +124,7 @@ var css = csjs`
.button { .button {
display: flex; display: flex;
align-items: center; align-items: center;
margin-top: 2%; margin-top: 13px;
} }
.transaction { .transaction {
${styles.rightPanel.runTab.button_transaction} ${styles.rightPanel.runTab.button_transaction}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment