Hello. I don’t know if is a bug, but I am not able to add bullet points or numbers on posts.
Are there more people facing the same problem?
Hello. I don’t know if is a bug, but I am not able to add bullet points or numbers on posts.
Are there more people facing the same problem?
Best answer by bjoern_schulze
ol, ul {
list-style: none;
}
fieldset, ol, ul {
margin: 0;
padding: 0;
}
The first definition says: Don’t show list indicators (numbers or bullet points).
The second definition says: Don’t indent the list-items.
If you remove these two definitions, you should see your lists correctly in the frontend. I’ve tested it with my browser’s developer tools:
On the bottom right you see that I disabled the two custom CSS definitions. And in the content you see that the numbered list now is being displayed as you expect it.
If you ever had a profile with us, there's no need to create another one.
Don't worry if your email address has since changed, or you can't remember your login, just let us know at community@gainsight.com and we'll help you get started from where you left.
Else, please continue with the registration below.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.