ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

Wrong alignment in RTL in table cells properties dropdowns

Open pszczesniak opened this issue 3 years ago • 1 comments

📝 Provide detailed reproduction steps (if any)

  1. Go to https://ckeditor.com/docs/ckeditor5/latest/features/ui-language.html#demo-2
  2. Insert table with random count of columns and rows
  3. 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.

pszczesniak avatar Dec 07 '22 08:12 pszczesniak

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.

CKEditorBot avatar Oct 19 '24 23:10 CKEditorBot

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).

CKEditorBot avatar Nov 19 '24 23:11 CKEditorBot