jodit
jodit copied to clipboard
Unable to center text within table cell
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
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.
Hmm, maybe you have text-align: left !important somewhere?
I looked but it doesn't look like we have any text-align: left !important