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

Fix Navbar Icon Height Issue on Responsive Screens #4448

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Subham145
Copy link

This pull request addresses an issue where the height of icons in the navbar would change when the screen width was minimized or maximized. The expected behavior is for the icons to maintain a consistent height across all screen sizes.
Changes made:

Added CSS Flexbox to ensure consistent height for navbar icons.

Applied media queries to maintain icon height across different screen widths.

Ensured compatibility with Bootstrap classes, if applicable.

This update resolves the issue and ensures a uniform appearance for the navbar icons on all devices.
#4351

Copy link

✅ All Jest tests passed! This PR is ready to merge.

@walterbender
Copy link
Member

Not sure we want to do this. We've had a regression, but the icons were shrinking to fit previously.

@Subham145
Copy link
Author

Not sure we want to do this. We've had a regression, but the icons were shrinking to fit previously.

Sure , i'll fix this ASAP and raise another PR .

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