On 9 mayo, 11:29, rixder <pszurp...@gmail.com> wrote:
> Solved...
> I've added:
> div.comment table tbody tr td pre {
>     white-space: pre !important;
>
> }
>

I don't know if this is related, but I had the same problem using the
code widget in plugin_wiki
``
...
``:code

and solved it removing two lines from base.css

white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */

BTW, I'm new to web2py, and I'm impressed!

Reply via email to