fix: overflow on log entry
This commit is contained in:
parent
c36e421d13
commit
450af983e2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
</span>
|
||||
</div>
|
||||
<div
|
||||
class="flex items-center flex-1 min-w-0 p-2"
|
||||
class="items-center flex-1 min-w-0 p-2 inline-grid"
|
||||
@click="toggleExpandPayload()"
|
||||
>
|
||||
<div class="truncate">
|
||||
|
|
|
|||
Loading…
Reference in a new issue