Description
On the /explorer page, the tag buttons (e.g., NIST, CWE, ASVS, OWASP Cheat Sheets, etc.) overflow the container and get cut off on smaller screen sizes.
This happens because the tag container does not wrap properly when the screen width becomes small.
Steps to Reproduce
- Go to
/explorer
- Open browser DevTools
- Switch to mobile/responsive view (~420px width)
- Scroll through the listed items
Observed Behavior
Tag buttons overflow horizontally and get partially cut off.
Expected Behavior
Tag buttons should wrap to the next line instead of overflowing outside the container.
Possible Fix
Allow the container holding the tags to wrap using:
