[wp-trac] [WordPress Trac] #50836: Using tags in metaboxes makes them float

WordPress Trac noreply at wordpress.org
Mon Aug 3 18:07:22 UTC 2020


#50836: Using tags in metaboxes makes them float
----------------------------+----------------------------------
 Reporter:  mnelson4        |       Owner:  (none)
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  5.5
Component:  Administration  |     Version:  trunk
 Severity:  normal          |  Resolution:
 Keywords:                  |     Focuses:  css, administration
----------------------------+----------------------------------
Changes (by SergeyBiryukov):

 * component:  General => Administration
 * milestone:  Awaiting Review => 5.5


Comment:

 Thanks for the ticket! As noted in comment:3:ticket:50788, this appears to
 be a side effect of using CSS flexbox on the heading for edit-box links,
 same as in #50788:
 {{{
 .postbox-header .hndle {
         flex-grow: 1;
         /* Handle the alignment for the configurable dashboard widgets
 "Configure" edit-box link. */
         display: flex;
         justify-content: space-between;
         align-items: center;
 }
 }}}

 Moving to the milestone for visibility.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/50836#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list