Skip to content
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

refactor(ui5-shellbar): apply max-width on search input #10106

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

dobrinyonkov
Copy link
Contributor

The input slotted in the search slot must expand to 25rem on larged screens. Currently we have this size set on the wrapper elemenet, but the input doesn't expand to fill it. Moving the max-width to the search input iteself, resolves this.

Additionally, a double padding from the logo area is reset when we have the branding area merged with the title.

@kgogov kgogov self-requested a review October 29, 2024 14:20
@dobrinyonkov dobrinyonkov merged commit 18e6138 into chore-shellbar-evolution Oct 29, 2024
4 of 10 checks passed
@dobrinyonkov dobrinyonkov deleted the shellbar-search-max-width branch October 29, 2024 14:22
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