Sado Yasashii
Active member
- Affected version
- 2.2.5
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: