Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#50973 closed defect (bug) (invalid)

Bullet lists not supported

Reported by: fethomm's profile fethomm Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.5
Component: Editor Keywords:
Focuses: css Cc:

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
5 years ago

  • Focuses css added
  • Resolution set to invalid
  • Status changed from new to closed

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 5 years ago by justinahinon (previous) (diff)

#2 @johnbillion
5 years ago

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