mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 03:25:15 +00:00
Add small offset to top of logviewer
This commit is contained in:
parent
716f38bdd8
commit
6ae5fc8874
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<textarea v-model="formattedLogs" readonly></textarea>
|
||||
<textarea class="mt-2" v-model="formattedLogs" readonly></textarea>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
|
Loading…
Reference in New Issue
Block a user