cloudfour/cloudfour.com-patterns

Prevent author names from breaking awkwardly

Closed this issue · 0 comments

It was pointed out in a project by @aileenjeffries that author names can break awkwardly sometimes:

Screen Shot 2022-07-13 at 3 59 49 PM

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.