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:
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:
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:
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!
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:
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:
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:
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!