Page 1 of 1

Prevent text wrap

Posted: Fri Apr 03, 2015 11:03 am
by kwag_myers
I like to put parentheses around my inline images. However, I ran into a snag when I started my first Flare Mobile project:
lineWrap.png
Long-story-short: I discovered before and after pseudo tags do not work with mobile outputs and my only workable solution is to make a span class with an inline-block display property. For some reason, this particular span class does not show on my styles menu and I have to code it manually.

Any suggestions?