Inline elements don't have right layout, stay full width

Every now and then I’ll try to create an inline element, and it stays full-width for some reason :thinking_face:

Any idea why this is / how to resolve?

Width I’ve tried at hug content, and unset .
Tag is a span but I’ve experimented with others.

In the generated code, it is set to display: block. Looks like the plasmic default style for all elements is overriding the default span styles:

yes that’s right… some things in the editor don’t quite work with inline elements right now (mostly around selection, drag/drop, etc)