Site icon Hip-Hop Website Design and Development

Editor inserting bootstrap css and we don’t know why

This is an unusual one (I think).

We run a news site, and sometimes when editing posts (using the classic editor, not the new block one) we find that a paragraph in the post we are editing has somehow become wrapped in a bunch of spans containing bootstrap css classes.

i.e. the paragraph becomes this

<p><span style="color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: var(--bs-body-font-size); text-align: var(--bs-body-text-align); background-color: var(--bs-body-bg);">
{CONTENT}
</span></p>`

When it was originally just a normal <p>{CONTENT}</p>.

What we’ve discovered so far:

Any/all suggestions are very welcome!