Support The text is written on a single line (posts)

Nxel

Registered
Hi everybody!
I just realized this is happening. The text is written on a single line (and the forum is deformed). Does anyone know why and how can I fix it? :cry:

BUChNEA.png
 
Solution
Thank you! Do you need me to show you the codes, or something?

This code needs to removed from extra.less
Code:
.p-body-main {
    table-layout: auto;
}

Also edit and replace bb_codes.less template

Code:
/********* public:bb_code.less ********/
.bbCodeBlock{display:flow-root;margin:.5em 0;background:#20282d;border:1px solid #3a4953;border-left:3px solid #f2930d}.bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content{font-size:13px}.bbCodeBlock-title{padding:6px 10px;font-size:13px;color:#f2930d;background:#242d33}.bbCodeBlock-title:before,.bbCodeBlock-title:after{content:"...

Nxel

Registered
I appreciate your help

It can't be the style (ClanZ Dark 2.2.4) because I was using it these days with total normality when suddenly that problem came up.
I have installed XF version 2.2.6 (before it was 2.2.5) and new style (Rain 2.2.6) and the problem persists.

I know that with the "Default" style it works fine, but I think the error must be something else internal because these days it has been working correctly. And I have installed new style and new version of XF and the problem still persists.

It seems quite complex to identify, I think I will finish before doing a clean installation...
 
Back
Top Bottom