Hi,
I use the classic editor. When I add an Icon in my post like
[x_icon type=“angle-double-right”]
you can see that there is no paragraph with white space after the icon.
Is this a bug?
Michael
Update: I found the problem. I use the CSS code:
p:empty { display: none; }
This is the reason for the missing paragraph.
