Skip to content
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

Overflow / missing line breaks for too many tags in overview #468

Open
bnthn opened this issue Apr 13, 2024 · 1 comment
Open

Overflow / missing line breaks for too many tags in overview #468

bnthn opened this issue Apr 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bnthn
Copy link

bnthn commented Apr 13, 2024

I noticed that if you have too many tags for the overview to display the tags simply overflow into the void and also cover up the time display like this:

current

A possible solution to this would be to add "line breaks" to the tag display, so that one entry container can span over multiple lines like this:

desired

You could also just add the "..." to the end of the line if the tags won't fit, but i find the first solution to be nicer:

desired2

It all depends on how you want the UI to be though, "consistent" or "complete".

I would have tried to do it myself, but it seems there is more to it than just wrapping it up in a div or using flexbox, since this is all rendered by javascript. Thanks for consideration!

@almarklein
Copy link
Owner

Thanks for reporting!

@almarklein almarklein added the bug Something isn't working label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants