diff --git a/src/components/CommandRunResult.vue b/src/components/CommandRunResult.vue index 43da25b..cdc6638 100644 --- a/src/components/CommandRunResult.vue +++ b/src/components/CommandRunResult.vue @@ -17,12 +17,11 @@

           
@@ -37,10 +36,7 @@ :class="{ 'text-red': !runResultStatus, 'q-pa-md': 1, - }" - :style="{ - whiteSpace: 'pre-wrap', - wordWrap: 'break-word', + result: 1, }" v-html="runResult" > @@ -222,3 +218,12 @@ export default { }, }; + +