From e11d69148086411b4ab3e030512d569d0a262a1b Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Mon, 10 Oct 2022 14:34:25 -0600 Subject: [PATCH] Revert "Changed elements tag to output" This reverts commit 01b11e1ac2774fc61c66dc6145f9404584f24363. --- src/js/react_views/CommandView.jsx | 8 ++++---- src/style/main.css | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/js/react_views/CommandView.jsx b/src/js/react_views/CommandView.jsx index 12a44106..7fbf6e2b 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 e1d3b317..a5f5cf5f 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -493,28 +493,28 @@ div.controls div.box.flex1 div.plus { } /* Command Line */ -output.reactCommandView p.commandLine i { +div.reactCommandView p.commandLine i { margin: 0 5px; } p.commandLine, -output.commandLineResult { +div.commandLineResult { opacity: 1; font-size: 1em; margin: 0px; } div.commandLineWarnings p, -output.commandLineResult p { +div.commandLineResult p { margin: 0px; } -output.commandLineResult p:first-child, +div.commandLineResult p:first-child, div.commandLineWarnings p:first-child { padding-top: 8px; } -output.commandLineResult p:last-child, +div.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; } -output.reactCommandView p.commandLine span.icons i:first-child { +div.reactCommandView p.commandLine span.icons i:first-child { margin-left: 4px; position: relative; left: 1px;