xdan / jodit

Jodit - Best WYSIWYG Editor for You
https://xdsoft.net/jodit/
MIT License
1.66k stars 350 forks source link

Unable to center text within table cell #1134

Open adrianagarcia1989 opened 4 months ago

adrianagarcia1989 commented 4 months ago

When text is selected within a table cell it is difficult to align selected text by itself. Instead, the text-align attribute is applied to the entire cell. Jodit Version: 4

Browser: All OS: All Is React App: True

Code image

Expected behavior: Text-align should be applied to the selected text within table cell. (In my case I was trying to center the paragraph tag titled "Body Subtitle")

Actual behavior: Text-align is applied to entire cell.

xdan commented 4 months ago

Hmm, maybe you have text-align: left !important somewhere?

adrianagarcia1989 commented 4 months ago

I looked but it doesn't look like we have any text-align: left !important