Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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)

#1 @justinahinon
6 years ago

  • Focuses css added
  • Resolutioninvalid
  • Status newclosed

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 to list-style-type: disc; to make them appear.

I'll close this ticket as invalid.

Last edited 6 years ago by justinahinon (previous) (diff)

#2 @johnbillion
6 years ago

  • Milestone Awaiting Review
Note: See TracTickets for help on using tickets.