diff --git a/src/js/react_views/CommandView.jsx b/src/js/react_views/CommandView.jsx index 7fbf6e2b..12a44106 100644 --- a/src/js/react_views/CommandView.jsx +++ b/src/js/react_views/CommandView.jsx @@ -50,7 +50,7 @@ class CommandView extends React.Component{ ]); return ( -
+

{'$'} {' '} @@ -69,7 +69,7 @@ class CommandView extends React.Component{

{this.renderFormattedWarnings()}
-
+ ); } @@ -104,9 +104,9 @@ class CommandView extends React.Component{ } } return ( -
+ {result} -
+ ); } diff --git a/src/style/main.css b/src/style/main.css index a5f5cf5f..e1d3b317 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -493,28 +493,28 @@ div.controls div.box.flex1 div.plus { } /* Command Line */ -div.reactCommandView p.commandLine i { +output.reactCommandView p.commandLine i { margin: 0 5px; } p.commandLine, -div.commandLineResult { +output.commandLineResult { opacity: 1; font-size: 1em; margin: 0px; } div.commandLineWarnings p, -div.commandLineResult p { +output.commandLineResult p { margin: 0px; } -div.commandLineResult p:first-child, +output.commandLineResult p:first-child, div.commandLineWarnings p:first-child { padding-top: 8px; } -div.commandLineResult p:last-child, +output.commandLineResult p:last-child, div.commandLineWarnings p:last-child { padding-bottom: 8px; } @@ -536,7 +536,7 @@ p.commandLine span.icons i:first-child { margin-left: 5px; } -div.reactCommandView p.commandLine span.icons i:first-child { +output.reactCommandView p.commandLine span.icons i:first-child { margin-left: 4px; position: relative; left: 1px;