mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-06 08:01:27 +00:00
fix: Use tabular-nums for chat message statistics (#18915)
* fix: Use `tabular-nums` for chat message statistics * fix: Rebuild WebUI
This commit is contained in:
parent
9da3dcd753
commit
3802d3c78f
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -249,7 +249,7 @@
|
|||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="info my-6 grid gap-4">
|
||||
<div class="info my-6 grid gap-4 tabular-nums">
|
||||
{#if displayedModel()}
|
||||
<div class="inline-flex flex-wrap items-start gap-2 text-xs text-muted-foreground">
|
||||
{#if isRouter}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue