fix: remove spaces before command output (#31)
This commit is contained in:
parent
fa67652ba4
commit
1e5ced6737
|
@ -48,9 +48,7 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<pre v-else-if="commands.length > 0">
|
<pre v-else-if="commands.length > 0"><template v-for="c in commands">{{ c }}</template></pre>
|
||||||
<template v-for="c in commands">{{ c }}</template>
|
|
||||||
</pre>
|
|
||||||
</div>
|
</div>
|
||||||
<p id="renew"><i class="material-icons spin">autorenew</i></p>
|
<p id="renew"><i class="material-icons spin">autorenew</i></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue