"My suggestions" table too wide - CSS fix

On My suggestions page the middle table column get stretched-off when the number of accepted duplicates ids of a flavor is too large.

A simple CSS fix is to use

word-break: break-word;

on the column.

You may also consider adding a space after each comma.

1 Like

The space was easier :slight_smile: Thanks for your suggestion! :slight_smile:

3 Likes