mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-26 22:49:41 -05:00
[PR #6646] [MERGED] fix: Truncate text in UserMenu so it doesn't break into multiple lines #92968
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/6646
Author: @s1adem4n
Created: 11/1/2024
Status: ✅ Merged
Merged: 11/2/2024
Merged by: @tjbck
Base:
dev← Head:fix-popover-text📝 Commits (1)
a8dfc00truncate text so it doesnt break and look weird📊 Changes
1 file changed (+5 additions, -5 deletions)
View changed files
📝
src/lib/components/layout/Sidebar/UserMenu.svelte(+5 -5)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Truncate the text using the
truncateclass. This was looking weird when using German because the words were too long to fit into a single line (see attached screenshots).Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Before:

After:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.