Opened 14 months ago

Closed 14 months ago

Last modified 14 months ago

#20290 closed defect (bug) (invalid)

Padding (—) doesn't show in posts-list-table when title is a link

Reported by: szaqal21 Owned by:
Priority: normal Milestone:
Component: UI Version: 3.3.1
Severity: normal Keywords: has-patch
Cc:

Description

Padding (—) doesn't show in posts-list-table if title is a link it seems like it is being cutted. When it isn't a link mdash; is visible. I've managed to fix it by modifying line 520 like so:

$pad = str_repeat( '— ', $level ); - hanged " " to entity  

Change History (2)

  • Resolution set to invalid
  • Status changed from new to closed

Problem wasn't in the wp-posts-list-table but in Pages children plugin. This plugin uses jQuery to remove padding from title. That's why it wasn't visible.

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