jakarta.ee
jakarta.ee copied to clipboard
Jakarta EE Release committer tiles sometimes cutting off names
Some really long names are getting cut off by the committer tiles on the release page. We may want to look at how we want to handle these cases.
We could either reduce the size of the font and/or make the font show up in front of the picture. This way at least the name is visible.
We could also add some white outerglow around the name so that it's more visible if it hovers over the picture.
Font-size like Eric said plus we could increase the height of the cards to at least support another line, add word-break: break-all
and hyphens: manual
.
Font-size like Eric said plus we could increase the height of the cards to at least support another line, add
word-break: break-all
andhyphens: manual
.
Haven't try this but will the word break at a place where it make sense?