Prevent author names from breaking awkwardly
Closed this issue · 0 comments
tylersticka commented
It was pointed out in a project by @aileenjeffries that author names can break awkwardly sometimes:
We should probably wrap individual author names in some sort of container (or when links are present just use that element) and given them display: inline-block so they will only break when their container size is too small for both first and last name.
