No description
Issue: Issues still showing in 1 column instead of 2-3 Cause: Inline style="display: block;" overriding CSS grid Fix: - Removed inline display styles from issue sections - Updated toggle function to use display: grid - Reduced minmax from 480px to 320px for better fit - Changed breakpoint from 1200px to 900px Now issues will display in: - 3-4 columns on wide screens (>1200px) - 2-3 columns on medium screens (900-1200px) - 1 column on mobile (<900px) Typical 1400px screen will show 3-4 columns of issues! 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| README's | ||
| results | ||
| Test_files | ||
| uploads | ||
| .env.example | ||
| .gitignore | ||
| api.php | ||
| create_test_pdf_with_images.py | ||
| enterprise_pdf_checker.py | ||
| index.html | ||
| requirements.txt | ||
| test_env.py | ||
| test_php_env.php | ||
| test_quick.sh | ||
| test_visual_inspector.pdf | ||