#50973 closed defect (bug) (invalid)
Bullet lists not supported
| Reported by: | fethomm | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 5.5 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | css |
Description
Using WP 5.5, I wrote a news item that was supposed to have to bullet lists. In the published version there are no bullets though. I tried in two ways: besides using the lists block I alternatively used a * in front of a line, which correctly shows the bullets in the backend. This is just not transferred to the frontend, as you can see at https://linuxnews.de/2020/08/ubuntu-testet-iwd/
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Welcome to Trac @fethomm. Thanks for reporting this.
However, it looks like this is not an issue related to WP Core. Your theme's style has this at line 103
ul { list-style-type: none; }that hide the bullets for lists. You can remove this line change it tolist-style-type: disc;to make them appear.I'll close this ticket as invalid.