/* Reduce spacing between avatars */
td.posters.topic-list-data a {
margin-right: 2px !important; /* Reduce gap between avatars */
display: inline-block;
}
/* Remove any padding inside the cell */
td.posters.topic-list-data {
white-space: nowrap !important;
padding-left: 4px !important;
padding-right: 4px !important;
}
/* Ensure avatars don't have extra spacing */
td.posters.topic-list-data .avatar {
margin: 0 !important;
}
td.posters.topic-list-data,
th.topic-list-data.posters {
min-width: 175px !important;
width: 175px !important;
}
This fixed the wrapping issue, where the avatars were stacking on top of each other.