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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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>