You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set table default alignment to left using float:left style
copy table with one paragraph data from ckeditor4 and paste in ckeditor5. Data :
a
b
bbb
✔️ Expected result
In both version data should be render equals.
❌ Actual result
in ckeditor5 data is showing differently.
❓ Possible solution
because of float:left style in ckeditor5 this issue is arising. so we can change alignment behavior or can introduce new InlineTable plugin which is different in alignment using below css.
📝 Provide detailed reproduction steps (if any)
Data :
bbb
✔️ Expected result
In both version data should be render equals.
❌ Actual result
in ckeditor5 data is showing differently.
❓ Possible solution
because of float:left style in ckeditor5 this issue is arising. so we can change alignment behavior or can introduce new InlineTable plugin which is different in alignment using below css.
left: margin-right: auto; margin-left: 0;
center: margin-right: auto; margin-left: auto;
right: margin-right: 0; margin-left: auto;
📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: