diff --git a/assets/css/universal-dapp.css b/assets/css/universal-dapp.css index 1c68020991..693c730be8 100644 --- a/assets/css/universal-dapp.css +++ b/assets/css/universal-dapp.css @@ -215,7 +215,7 @@ padding: 0 0.4em; box-sizing: border-box; float: left; - word-wrap: break-word; + min-width: 100%; } #runTabView .contractProperty.hasArgs input { diff --git a/src/app/execution/txLogger.js b/src/app/execution/txLogger.js index 358b208004..da2387b136 100644 --- a/src/app/execution/txLogger.js +++ b/src/app/execution/txLogger.js @@ -17,12 +17,17 @@ var css = csjs` .log { display: flex; align-items: baseline; + justify-content: space-between; + } + .txBlock, .txVM { + color: ${styles.colors.violet}; + width: 45%; } .txTable, .tr, .td { - border: 1px solid ${styles.colors.lightOrange}; border-collapse: collapse; font-size: 10px; color: ${styles.colors.grey}; + border: 1px dashed ${styles.colors.black}; } #txTable { width: 450px; @@ -32,6 +37,9 @@ var css = csjs` .tr, .td { padding: 4px; } + .tableTitle { + width: 25%; + } .buttons { display: flex; } @@ -229,36 +237,36 @@ function createTable (opts) { var table = yo`
from | +from | ${from} |
to: | +to | ${to} |
value: | +value | ${value(val)} wei |
input: | +input | ${helper.shortenHexData(input)} |
hash: | +hash | ${hash} |
gas: | +gas | ${gas} |