the bullets in bullet points do not show due to 0 margin
Closed this issue · 1 comments
thepurpleblob commented
To reproduce, create a page and add a bullet pointed list as the content. Save and display.
No bullets are show.
The clean theme has the following css for ul and ol...
ul, ol {
padding: 0;
margin: 0 0 10px 25px;
}
The 25px left-margin makes all the difference and it seems to be absent from Bootstrap
bmbrands commented
I know about this issue. And have been adding margins to uls and ols in child themes. I have implemented your suggested fixed and I hope this will not cause any other issues :). Lots of Moodle content / course formats etc use ul for listing sections, modules and lots more...
So fingers crossed and thanks for reporting this!