redlib
redlib copied to clipboard
🐛 Bug Report: instance info page becomes unreadable if a field is too long
Describe the bug
instance info page becomes unreadable if a field is too long
Steps to reproduce the bug
eg. if there are too many default subscriptions/filters
What's the expected behavior?
should probably add word-break:break-all;
to the style of td:nth-of-type(2)
somehow, but the css file is very long and I don't know what the practice for page-specific css is here