Fixed Bug of displaying the field type "Rich text box"

Sado Yasashii

Active member
Affected version
2.2.5
Screen Shot 12-09-22 at 12.57 AM.PNG
Someone made a pseudo-class in front of the field with the block model "table". This moves the output of the field to a separate line.

The error is displayed if the field type is set to "Rich text box".

The problem appeared after upgrading to 2.2.5. Before that there was no such problem.

Solved through extra.less:
Code:
.resourceBody-main {
    .bbWrapper::before,.bbWrapper::after {
            content:" ";
            display:inline;
    }
}
 
Last edited:
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XFRM release (2.2.6).

Change log:
Fix display of rich text box fields
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom