Large number of tags wrap messily in detailed view
Reported by Chris Ridd | November 3rd, 2009 @ 08:42 PM | in 0.8
We have many tags created at the same commit hash. Looking at the detail of the commit, all the tags are shown but the line wraps around.
The borders around the second line of tags overlaps the borders around the first line of tags, which is messy.
Comments and changes to this ticket
-

Johannes Gilger September 12th, 2010 @ 03:29 PM
- Milestone set to 0.8
- State changed from new to small
- Milestone order changed from 0 to 0
Hm, with Nathan's branch, having many tags doesn't wrap the line around anymore, instead a scrollbar is shown.
I'd rather have them wrap around, but I'm not sure which CSS-property is responsible.
-

Johannes Gilger September 12th, 2010 @ 03:45 PM
OK, I've found a solution: The tags are displayed in HTML spans, which are not separated by a whitespace, which is why they're not broken. I'm submitting a simple patch (introduce whitespace, reduce margin-right to 2px) to my bugfixes-branch.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
GitX is the nice-looking gitk clone for OS X