Commit 849598f2 authored by yann300's avatar yann300

add styles for return values

parent 0554f1e7
...@@ -133,6 +133,11 @@ var css = csjs` ...@@ -133,6 +133,11 @@ 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 {
width: 98%; width: 98%;
} }
......
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