The component VeEditableText uses the very general/generic word "block" as a CSS classname.
In our case, it interferres with us using the exact same classname as a outer class for content blocks.
A suggestion goes towards using a namespaced/vendored name for the classes, to avoid this conflict
The component VeEditableText uses the very general/generic word "block" as a CSS classname.
In our case, it interferres with us using the exact same classname as a outer class for content blocks.
A suggestion goes towards using a namespaced/vendored name for the classes, to avoid this conflict