ckeditor5
ckeditor5 copied to clipboard
Wrong alignment in RTL in table cells properties dropdowns
📝 Provide detailed reproduction steps (if any)
- Go to https://ckeditor.com/docs/ckeditor5/latest/features/ui-language.html#demo-2
- Insert table with random count of columns and rows
- Click on a cell and open any dropdown
✔️ Expected result

❌ Actual result



❓ Possible solution
There is a text-align: right on the list item but it is not enough to align the button. I suggest to add (when rtl is on)
.ck.ck-list__item .ck-button {
display: inline-flex;
justify-content: flex-start;
}
But of course it needs some tests.
📃 Other details
- Browser: …
- OS: …
- First affected CKEditor version: …
- Installed CKEditor plugins: …
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.
We've closed your issue due to inactivity. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).