nocte
Well-known member
As there's not "site feedback" sub-forum, I post this here..
When you visit the Help page "Resource Standards":
xenforo.com
-> then the Conversations overlay does not look fine. There's a HTML/CSS problem with:
Replace it with:
(or something similar)
When you visit the Help page "Resource Standards":

Resource standards
The guidelines within are the minimum expected standards to be adhered to when releasing products in the Resource Manager here.

CSS:
.template-help_page ol > li
{
margin-bottom: 8px;
}
Replace it with:
CSS:
.template-help_page .p-body-pageContent ol > li
{
margin-bottom: 8px;
}