diff --git a/embark-ui/src/components/ContractDebugger.js b/embark-ui/src/components/ContractDebugger.js index b5f3a7aee..b6f517ff8 100644 --- a/embark-ui/src/components/ContractDebugger.js +++ b/embark-ui/src/components/ContractDebugger.js @@ -57,28 +57,32 @@ class ContractDebugger extends Component { render() { return ( - - - this.handleChange(e)}/> - - - - - - - - - - - - - -
Scopes -
- -
- -
+
+ + + this.handleChange(e)}/> + + + + + + + + + + + + + + + +
Scopes +
+ +
+ +
+
); } } diff --git a/embark-ui/src/components/TextEditorToolbar.js b/embark-ui/src/components/TextEditorToolbar.js index 4eaf43051..61620828f 100644 --- a/embark-ui/src/components/TextEditorToolbar.js +++ b/embark-ui/src/components/TextEditorToolbar.js @@ -41,6 +41,9 @@ const TextEditorToolbar = (props) => ( Logger | + }