[wp-trac] [WordPress Trac] #48592: About display of tag cloud widget

WordPress Trac noreply at wordpress.org
Wed Nov 13 07:29:05 UTC 2019


#48592: About display of tag cloud widget
--------------------------+-----------------------------
 Reporter:  tmatsuur      |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Editor        |    Version:  5.3
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 The classic editor tag cloud is not displayed correctly.
 Specifically, the line spacing between tags has increased, making
 usability worse.

 In version 5.3, “#poststuff .inside .the-tagcloud” has been changed from
 media.css to edit.css.

 At that time, the value of line-height has been changed from 18em to 18.

 /wp-admin/css/media.css(5.2.4)
 {{{
 #poststuff .inside .the-tagcloud {
     margin: 5px 0 10px;
     padding: 8px;
     border: 1px solid #ddd;
     line-height: 1.8em;
     word-spacing: 3px;
 }
 }}}

 /wp-admin/css/edit.css(5.3.0)
 {{{
 #poststuff .inside .the-tagcloud {
     margin: 5px 0 10px;
     padding: 8px;
     border: 1px solid #ddd;
     line-height: 1.8;
     word-spacing: 3px;
 }
 }}}

 Setting the line-height value between 1.1 and 1.2 will resemble the
 traditional display.

 Please adjust this value.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/48592>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list