-
Notifications
You must be signed in to change notification settings - Fork 588
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
[UI] Fix: Remove next button and adjust dropdown to prevent icon overlap #1893
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: abhishek <[email protected]>
Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Newcomers' Guide and sure to join the community Slack. |
✅ Deploy Preview for mesheryio-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@abbi4code, Thank you for your contribution! Let's discuss this during the website call on Monday at 5:30 PM IST (7:00 AM CT). Please consider adding it as an agenda item to the meeting minutes || meeting link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abbi4code, this is a reusable component used in other parts of the site. Making this change would break functionality in those areas.
@abbi4code, any luck? |
Checking in... it has been awhile since we've heard from you on this issue. Are you still working on it? Please let us know and please don't hesitate to contact a MeshMate or any other community member for assistance.
|
Description
This PR fixes #1863
Notes for Reviewers
Additional Fixes:
Description: Adjusted the dropdown menu to prevent the icon from overlapping the option text.
Details: Modified the dropdown width and adjusted the CSS to ensure the dropdown icon no longer covers the text, improving the overall user interface.
BEFORE
AFTER
Signed commits