Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
308 views
in Q2A Core by
edited by
the editor is WYSIWYG editor

this question is a big trouble to me, help me please.

the source file code is :

<div class="qa-a-item-content">
            <a name="27"></a><div class="entry-content"><pre class="best-text mb-10" id="best-content-497901270">content..........</pre></div>
           </div>
Q2A version: 1.6.1

1 Answer

0 votes
by
reshown by
haha, I know.

find theme/qa-styles.css,add:

pre{
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
word-wrap:break-word;
}
...