Skip to content

Conversation

@trevor-e
Copy link
Member

The CSS is hardcoding the width to be 500px which overflows on mobile devices. Adds a @media (max-width: 500px) media query to add custom sizing for those screens.

Screenshot 2025-10-30 at 10 35 17 AM

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 30, 2025
@trevor-e trevor-e merged commit 49b3297 into master Oct 30, 2025
46 checks passed
@trevor-e trevor-e deleted the telkins/obnoxious-mobile branch October 30, 2025 21:37
isabellaenriquez pushed a commit that referenced this pull request Oct 31, 2025
…e friendly (#102395)

The CSS is hardcoding the width to be 500px which overflows on mobile
devices. Adds a `@media (max-width: 500px)` media query to add custom
sizing for those screens.

<img width="427" height="435" alt="Screenshot 2025-10-30 at 10 35 17 AM"
src="https://github.com/user-attachments/assets/84aecca1-c1b1-4b58-8b74-abe8dd70f335"
/>
shashjar pushed a commit that referenced this pull request Nov 4, 2025
…e friendly (#102395)

The CSS is hardcoding the width to be 500px which overflows on mobile
devices. Adds a `@media (max-width: 500px)` media query to add custom
sizing for those screens.

<img width="427" height="435" alt="Screenshot 2025-10-30 at 10 35 17 AM"
src="https://github.com/user-attachments/assets/84aecca1-c1b1-4b58-8b74-abe8dd70f335"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants