If an image is by itself in a <p> tag, I am not able to remove it from the the style via the Style Dropdown (see attached image). If text is with the image between the <p> tags, it works.
Works:
<p>with text works<img src="https://www.joomlacontenteditor.net/images/colleges/deans-presidents-list-preview-2.jpg" width="1732" height="1812" alt="deans presidents list preview 2" class="left-66"></p>
Does Not Wok:
<p><img src="https://www.joomlacontenteditor.net/images/colleges/deans-presidents-list-preview-2.jpg" width="1732" height="1812" alt="deans presidents list preview 2" class="left-66"></p> 
