No bullets/numbers displayed in front of lists in visual editor

Hi Builder team,

To keep it simple - in the visual editor => Text, the unordered lists are not displaying any bullet and the ordered lists are not displaying any number in front of the text.

Any idea how to fix it?
Link: Builder.io: Visual Development Platform

Hello tas,

Do you have any custom stylesheets?
Would you also share with me your SDK and Versioning?

Hi @JuliusGD,

Thank you for the reply.
No custom styles implemented.

package.json:
@builder.io/dev-tools”: “^0.2.3”,
@builder.io/react”: “^3.1.1”,
@builder.io/sdk”: “^2.1.1”,

Hello tas,

There may be some custom styles that are being applied across all your pages. I was able to see the following element targeting in the browser:
6AC2CCBA-E550-455C-A86B-E0B2C141903C_4_5005_c

Might you be able to search your application for any menu selectors?

If I add the following with !important to your Global Styles in the Builder Data tab I can get the bullets to show up:
5BA90083-187B-435B-B2E1-BC918F252CB9_4_5005_c

Please feel free to share any stylesheets with me and I would be happy to take a look. If you have no stylesheets please let me know and I can explore other possibilities.