almarklein / timetagger

Tag your time, get the insight
https://timetagger.app
GNU General Public License v3.0
1.17k stars 103 forks source link

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

Open bnthn opened 7 months ago

bnthn commented 7 months ago

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 commented 7 months ago

Thanks for reporting!