Sponsors Explore sidebar CSS/layout bug #200244
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
The issue looks like a responsive layout problem in the Sponsors Explore sidebar rather than a content issue. On smaller screens, the filter panel appears to be using spacing and alignment rules that were likely designed for a wider desktop layout. That can cause the labels, dropdowns, checkbox, and button to look misaligned or cramped inside the sidebar container. A possible fix would be to review the CSS for the left filter panel and make sure the layout adapts properly at narrower breakpoints. In particular, the sidebar should keep consistent padding, vertical spacing, and width constraints, and the form controls should remain aligned within a single column instead of shifting awkwardly. Since the issue is reproducible and the expected/actual behavior is clear, this does look like a UI regression. The screenshots are helpful for showing that the problem is specific to the Sponsors Explore sidebar section. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Code Search and Navigation
Body
I found a UI/CSS issue on GitHub Sponsors Explore:
https://github.com/sponsors/explore
The left filter sidebar appears misaligned/visually broken in the section:
Expected: proper spacing/alignment and consistent styling.
Actual: layout appears broken (possible CSS regression).
Reproducible while signed in as @katkamsaiprem.

Observed on June 26, 2026.
Screenshot attached.
Beta Was this translation helpful? Give feedback.
All reactions