Skip to content

Conversation

@Tanishq-Mi
Copy link

Fixed layout issues in the States section where the UI was not responsive on smaller screens.

Technical Implementation:
Instead of using complex prop variations, I utilized a RelativeLayout to handle the positioning. This ensures the content wraps and aligns correctly across different screen widths without breaking the existing structure.

Demonstration:
(Please see the attached video below demonstrating the fix)

Issue(s)

Closes #1477

Steps to Reproduce the Issue (Fixed in this PR)

  1. Click on the search input.
  2. Click the States button.
  3. Resize the window or view on a smaller screen.
  4. Previously, the layout would break.

Further comments

I chose RelativeLayout as it provided a cleaner solution for this specific responsiveness gap compared to adjusting individual component props.

@changeset-bot
Copy link

changeset-bot bot commented Dec 9, 2025

⚠️ No Changeset found

Latest commit: c13b844

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@CLAassistant
Copy link

CLAassistant commented Dec 9, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SearchInput: In states section the page is not responsive.

2 participants