-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Table Action Menu - fix UI issue with Merge Cells item #6830
Conversation
… you click on the text
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
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.
I think the best fix here would be to wrap the button text with <span class="text">…</span>
in the merge/unmerge buttons just like all of the other menu items that display correctly without this CSS change
…rks when you click on the text" This reverts commit ffee3f7.
Agree. Submitted the change on this PR. |
Description
Describe the changes in this pull request
Closes ##6829
Test plan
Before
Insert relevant screenshots/recordings/automated-tests
After
Insert relevant screenshots/recordings/automated-tests