1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

Fixes error position to use flex instead (#2019)

This commit is contained in:
Amir Raminfar
2023-01-27 11:03:22 -08:00
committed by GitHub
parent 143246237d
commit 36a03d91fc
4 changed files with 22 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
<div class="column is-narrow" v-if="showTimestamp">
<log-date :date="logEntry.date"></log-date>
</div>
<div class="column is-narrow">
<div class="column is-narrow is-flex">
<log-level :level="logEntry.level" :position="logEntry.position"></log-level>
</div>
<div class="text column" v-html="colorize(logEntry.message)"></div>