mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #17803] [CLOSED] fix: truncate long Arena Model names #47603
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/17803
Author: @silentoplayz
Created: 9/26/2025
Status: ❌ Closed
Base:
dev← Head:truncate-long-names📝 Commits (1)
d5b66cefix: truncate long arena model names📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/components/admin/Settings/Evaluations/Model.svelte(+1 -1)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
line-clamp-1CSS class to truncate long arena model names in the admin settings to prevent UI overflow issues. Atitleattribute has been added to show the full name on hover.Changed
<div class="shrink-0 line-clamp-1">to<div class="line-clamp-1 max-w-s" title={model.name}>Fixed
Screenshots or Videos
Before fix applied:

After fix is applied:

Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.