Fix : Align navbar search box with 100% width#2280
Merged
pwizla merged 2 commits intostrapi:mainfrom Nov 12, 2024
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Collaborator
|
Thank you, @mukulpadwal. I will merge your PR as-is, but I wasn't able to reproduce your bug reported in issue #2279. Could you please, on the related issue page here, provide more details of when this happens? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does it do?
Applies a CSS fix to align the navbar search box by setting the width of the .kapa-widget-button class to 100%. This adjustment ensures that the search box is properly aligned with other navbar elements, improving the overall visual consistency.
Why is it needed?
The navbar search box was misaligned and visually inconsistent with other elements in the navbar. This issue impacted the user experience by making the search box appear out of place. The fix improves the alignment, creating a more cohesive and polished look.
Related issue(s)/PR(s)
This resolves the issue reported in #2279
For a visual demonstration of the fix, see Video