The Settings page, which is only visible to admins, needs to have a CSS rule to tame long setting values: ``` <style> td:nth-child(3) { word-break: break-word; } </style> ``` A CSV row for example can be quite long.