-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 'remove alias' button in room settings #28269
Conversation
this is my first open source contribution please tell me what am i doing wrong? |
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.
Hi! Thanks for your contribution!
As you can see in the result of the e2e test (e2e-28269--matrix-react-sdk.netlify.app), the css changes introduce a regression on the dialog close button.
I have made the change, and this should fix that. Is it possible to check by myself if all the errors are solved? |
is it working now? |
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.
Tested and working! Thanks for the contribution.
Checklist
public
/exported
symbols have accurate TSDoc documentation.Closes #27985
Before and After Comparison:
Explanation:
The size of the button had to be increased to prevent the "close room settings" button from breaking. The images above show the difference before and after the changes, with the button's size adjustment ensuring proper functionality and alignment.