mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 17:53:55 +08:00
Previously, the reports section used `1fr` grid tracks, which cannot shrink below a grid item's min-content width — a table-style report with many columns (e.g. a wide Data Explorer query) forced its column to grow and blew the whole section out of the page. This change caps the tracks with `minmax(0, 1fr)`, so cards keep equal widths and wide tables are clipped at the card edge; admins can click into the report to see the full table. Before: <img width="1112" height="874" alt="Screenshot 2026-07-13 at 1 44 04 pm" src="https://github.com/user-attachments/assets/e0778374-ff29-4964-872f-7dcab9bf1ce0" /> After: <img width="1087" height="850" alt="Screenshot 2026-07-13 at 1 44 40 pm" src="https://github.com/user-attachments/assets/7a47e04d-4983-4051-84f3-b9ef48c79d5d" /> |
||
|---|---|---|
| .. | ||
| automation | ||
| chat | ||
| checklist | ||
| discourse-adplugin | ||
| discourse-affiliate | ||
| discourse-ai | ||
| discourse-apple-auth | ||
| discourse-assign | ||
| discourse-cakeday | ||
| discourse-calendar | ||
| discourse-chat-integration | ||
| discourse-data-explorer | ||
| discourse-details | ||
| discourse-gamification | ||
| discourse-github | ||
| discourse-graphviz | ||
| discourse-hcaptcha | ||
| discourse-lazy-videos | ||
| discourse-local-dates | ||
| discourse-login-with-amazon | ||
| discourse-lti | ||
| discourse-math | ||
| discourse-microsoft-auth | ||
| discourse-narrative-bot | ||
| discourse-oauth2-basic | ||
| discourse-openid-connect | ||
| discourse-patreon | ||
| discourse-policy | ||
| discourse-post-voting | ||
| discourse-presence | ||
| discourse-reactions | ||
| discourse-rewind | ||
| discourse-rss-polling | ||
| discourse-solved | ||
| discourse-subscriptions | ||
| discourse-templates | ||
| discourse-topic-voting | ||
| discourse-user-notes | ||
| discourse-workflows | ||
| discourse-zendesk-plugin | ||
| footnote | ||
| poll | ||
| spoiler-alert | ||
| styleguide | ||