1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +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"></log-level>
</div>
<div class="column">