-
Notifications
You must be signed in to change notification settings - Fork 42
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
[studio] Message textarea "Send message" button covers text #1123
Comments
thanks for paying attention to the details. we will get to this. low pri, low effort. |
Is anyone working on this now? If not, I would like to start working on this! |
@poswalsameer would you like to pick this up if the issue still persists? If not, I can close the issue as stale. |
Yeah, still can see this issue, will start working on it. |
Okay awesome! Thanks a lot @poswalsameer. Will stay tuned to this issue so I can feature you in our list of contributors once an issue is pushed. |
Yep, also in my previous contribution. I suggested having a local dev setup guide to help the new contributors in setting up this project. Ig I suggested this to @alexbit-codemod. So if possible, please add this so it could be helpful to everyone who's contributing to codemod. |
we are making some considerable revamp to our platform and will encourage more contribution with better guidelines once v2 is ready. thanks @poswalsameer |
Issue Description
Select one of:
[ ] Generated codemod is not correct
[ ] Bug in Codemod Studio
[x] UI/UX improvement request
[ ] Feature request
Actual Results
Expected Results
Technical details
Since the "Send message" button is absolutely positioned, the
textarea
should have a largerpadding-right
value to prevent its text content from being covered by the button.The text was updated successfully, but these errors were encountered: