Commit ce11f85d authored by ninabreznik's avatar ninabreznik Committed by yann300

Change Load back to atAddress and add missing % for txLog

parent d6fb2e7d
...@@ -21,7 +21,7 @@ var css = csjs` ...@@ -21,7 +21,7 @@ var css = csjs`
justify-content: space-between; justify-content: space-between;
} }
.txLog { .txLog {
width: 75; width: 75%;
} }
.tx { .tx {
color: ${styles.terminal.text_Title_TransactionLog}; color: ${styles.terminal.text_Title_TransactionLog};
......
...@@ -280,7 +280,7 @@ function contractDropdown (appAPI, appEvents, instanceContainer) { ...@@ -280,7 +280,7 @@ function contractDropdown (appAPI, appEvents, instanceContainer) {
</div> </div>
<div class="${css.button}"> <div class="${css.button}">
${atAddressButtonInput} ${atAddressButtonInput}
<div class="${css.atAddress}" onclick=${function () { loadFromAddress(appAPI) }}>Load</div> <div class="${css.atAddress}" onclick=${function () { loadFromAddress(appAPI) }}>atAddress</div>
</div> </div>
</div> </div>
</div> </div>
......
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