Add small offset to top of logviewer

This commit is contained in:
Matthias 2020-08-15 19:37:23 +02:00
parent 716f38bdd8
commit 6ae5fc8874

View File

@ -1,5 +1,5 @@
<template>
<textarea v-model="formattedLogs" readonly></textarea>
<textarea class="mt-2" v-model="formattedLogs" readonly></textarea>
</template>
<script lang="ts">