-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
移动端过长模型名称显示不完整 #7513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
👀 @Hubedge Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
📦 Deployment environmentVercel 📦 Deployment modeServer-side mode (lobe-chat-database mirror) 📌 Software version1.81.9 💻 System environmentAndroid 🌐 BrowserChrome 🐛 Question descriptionWhen the model name is too long, the name display is incomplete 📷 Reproduction stepsNo response 🚦 Expected resultsAble to display the model name in full 📝 Supplementary informationNo response |
Hello @Hubedge! I'm Dosu, here to help you tackle bugs, answer questions, and guide you in becoming a contributor. Let me know how I can assist you while we wait for a human maintainer! I found a similar closed issue related to custom model names not displaying correctly. The issue was resolved by a pull request that fixed the display problem [1]. You might want to check if the solution implemented in that pull request can be applied to your case. Additionally, the lobe-chat codebase includes CSS components that handle text overflow or truncation, which might be useful for addressing the issue of long model names not displaying completely [2][3]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
@dosu looks like a different bug |
To address the issue of long model names not displaying completely on mobile devices, you can consider using CSS properties that handle text overflow or truncation. The lobe-chat codebase uses the following properties: overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; These properties can help ensure that text is truncated with an ellipsis when it exceeds the available space, preventing it from being cut off abruptly [1][2]. Additionally, for mobile devices, the If these solutions don't resolve the issue, you might need to explore further adjustments in the layout or font size specifically for mobile views. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
📦 部署环境
Vercel
📦 部署模式
服务端模式(lobe-chat-database 镜像)
📌 软件版本
1.81.9
💻 系统环境
Android
🌐 浏览器
Chrome
🐛 问题描述
模型名称过长时,名称显示不完整
📷 复现步骤
No response
🚦 期望结果
能够完整显示模型名称
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: