Unverified Commit 28b6613f authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1290 from ethereum/fixCallReturnValue

Fix Call Return Value
parents 7f290025 849598f2
...@@ -133,8 +133,12 @@ var css = csjs` ...@@ -133,8 +133,12 @@ var css = csjs`
color: ${styles.appProperties.mainText_Color}; color: ${styles.appProperties.mainText_Color};
margin-left: 4px; margin-left: 4px;
} }
.value ul {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid ${styles.appProperties.solidBorderBox_BorderColor};
}
.contractActionsContainer { .contractActionsContainer {
display: flex;
width: 98%; width: 98%;
} }
.contractActionsContainerSingle { .contractActionsContainerSingle {
......
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