Indicator block not showing everything

When using ## as prefix to label text, it shows a large dot while viewing within Losant dashboard, but in the experience view, that dot does not show up.
I’m using the dark theme.

@Lars_Andersson,

Can you include a screenshot?

within Losant

In experience:

Hi @Lars_Andersson,

This formatting is due to some conflicting styling within your experience. If you utilized the Kanarra application, the CSS is being overridden by this line within the css-global-reset component:

ol, ul {
	list-style: none;
}

Please let me know if your experience contains this component.

Thanks!
Julia

That was the problem. Thanks