fix: remove spaces before command output (#31)

This commit is contained in:
1138-4EB
2018-08-21 12:48:37 +01:00
committed by GitHub
parent fa67652ba4
commit 1e5ced6737

View File

@@ -48,9 +48,7 @@
</li>
</ul>
<pre v-else-if="commands.length > 0">
<template v-for="c in commands">{{ c }}</template>
</pre>
<pre v-else-if="commands.length > 0"><template v-for="c in commands">{{ c }}</template></pre>
</div>
<p id="renew"><i class="material-icons spin">autorenew</i></p>
</div>