Skip to content

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

Open
Brijesh619 wants to merge 1 commit into
apache:masterfrom
Brijesh619:ATLAS-5297
Open

ATLAS-5297: Atlas React UI: Topbar alignment and spacing issue in hea…#639
Brijesh619 wants to merge 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.

@brijeshB619
Copy link
Copy Markdown

screencapture-github-apache-atlas-actions-runs-26146121927-job-76901973487-2026-05-20-15_01_09

@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

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