mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
Use monospace font for build logs (#527)
This commit is contained in:
parent
51617e7f86
commit
ee67e9adb4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-if="build" class="bg-gray-700 dark:bg-dark-gray-700 p-4">
|
||||
<div v-if="build" class="font-mono bg-gray-700 dark:bg-dark-gray-700 p-4">
|
||||
<div v-for="logLine in logLines" :key="logLine.pos" class="flex items-center">
|
||||
<div class="text-gray-500 text-sm w-4">{{ (logLine.pos || 0) + 1 }}</div>
|
||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
|
|
Loading…
Reference in a new issue