Closed
Description
Description
Hello!
On the sidebar of an issue, the Milestones (and Projects) section can be long enough to fit on multiples lines:
However, the text is wrapped immediately, due to the word-break: break-all;
property. I suggest to set it to a more gentle break like word-break: break-word;
or just use the default behaviour:
We could also rely on the text-overflow: ellipsis;
CSS rule to truncate the text and leave it on 1 line, though it's a little more tricky to implement it with the flexbox.
What do you think?
Gitea Version
1.22.0
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Docker latest from DockerHub
Database
SQLite