Hi, I small question regarding chossing of CSS style for each element.
In this case I load two CSS styles, the issue is when I use dcc.markdown then the list function does not work neither with * or -. If I remove one of the CSS styles then it works but the issue is that I need that style for something else.
The question I have is if I can use which styling in the dcc.markdown ?
The external stylesheets I have is external_stylesheets = [‘assets/mosaic.css’, dbc.themes.BOOTSTRAP]
and it is the first one that brakes the list form. I could change it but I am unsure what to change.
Any suggestions?
br
Jakob