Skip to content

ATLAS-5297: Atlas React UI: Topbar alignment and spacing issue in hea…#643

Merged
pawarprasad123 merged 1 commit into
apache:masterfrom
Brijesh619:ATLAS-5297
May 22, 2026
Merged

ATLAS-5297: Atlas React UI: Topbar alignment and spacing issue in hea…#643
pawarprasad123 merged 1 commit into
apache:masterfrom
Brijesh619:ATLAS-5297

Conversation

@Brijesh619
Copy link
Copy Markdown
Contributor

Resolved layout and spacing alignment issues in the header section by making the QuickSearch search bar responsive. The search bar now shrinks dynamically down to 150px on smaller screen widths, and the header icons are prevented from shrinking or breaking layout.

Key Changes
QuickSearch.tsx:
Added minWidth: 0 and flexShrink: 1 to the search stack wrapper.
Adjusted autocomplete styling to set minWidth: 150 (down from 280) and updated flex basis to 1 1 280px for smooth scaling.
Header.tsx:
Set minWidth: 0 and added padding (padding: "0 16px") around the search bar container to prevent overflow.
Added flexShrink: 0 to the header menu/action buttons container so they remain visible and un-truncated on smaller viewport widths.

@Brijesh619
Copy link
Copy Markdown
Contributor Author

UI Changes

Screenshot from 2026-05-20 15-08-41 Screenshot from 2026-05-20 15-08-57 Screenshot from 2026-05-20 15-08-48

@Brijesh619
Copy link
Copy Markdown
Contributor Author

Screenshot from 2026-05-22 15-07-06

Copy link
Copy Markdown
Contributor

@pawarprasad123 pawarprasad123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good to me.

@pawarprasad123 pawarprasad123 merged commit c3be3cb into apache:master May 22, 2026
1 check passed
pawarprasad123 pushed a commit that referenced this pull request May 22, 2026
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.

2 participants