mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-23 18:35:00 +00:00
Use monospace font for build logs (#527)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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 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>
|
<div class="text-gray-500 text-sm w-4">{{ (logLine.pos || 0) + 1 }}</div>
|
||||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||||
|
Reference in New Issue
Block a user