-
-
Notifications
You must be signed in to change notification settings - Fork 374
fix: fixed open-comunity-meetings-button #2008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2008 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 30 30
Lines 633 633
Branches 196 196
=========================================
Hits 633 633 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Utkarsh-123github
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Sam-61s , please fix this.

Utkarsh-123github
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still it is not fixed @Sam-61s
|
Hi @Utkarsh-123github,
|

What kind of change does this PR introduce?
Issue Number:
Screenshots/videos:
(Screenshots attached)
If relevant, did you update the documentation?
Summary
This PR fixes a responsive layout issue where the “Open Community Working Meetings” action buttons overlap or appear misaligned on certain mobile viewports, specifically on iPhone 12 Pro.
The issue was caused by inconsistent margin/padding behavior on smaller screens.
This update ensures proper vertical alignment and consistent spacing across all mobile viewports while preserving existing desktop and tablet layouts.
Does this PR introduce a breaking change?