-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Use two lines for friendly name #4381
Comments
Idk how where new line there would fit into our UI. |
I don't think this should be considered a bug, since it's more of a design choice. |
This setting doesn't influence the status page, but the dashboard only. And it's only for logged in user, not for every visitor: #1858 |
If you agree I can create a PR for this. |
What about adding a mouse over text for the title? At least on PC users can view the full title then. |
The following custom CSS enables line wrap for long titles: .hp-bar-big {
padding: 0;
}
.monitor-list .item .info {
white-space: normal;
} |
🛡️ Security Policy
Description
When the friendly name is too long, it isn't shown fully on small displays like phones. The name could use multiple lines, so it's shown. Maybe limit this to two or three lines.
👟 Reproduction steps
Create a new monitor with "Very loooooooooooong name".
👀 Expected behavior
Full name is shown
😓 Actual Behavior
🐻 Uptime-Kuma Version
1.23.11
💻 Operating System and Arch
Windows 10
🌐 Browser
Firefox 121.0.1
🐋 Docker Version
No response
🟩 NodeJS Version
No response
📝 Relevant log output
No response
The text was updated successfully, but these errors were encountered: