[wp-trac] [WordPress Trac] #56123: Plugin Update Message slightly moved out of place

WordPress Trac noreply at wordpress.org
Fri Jul 8 11:25:15 UTC 2022


#56123: Plugin Update Message slightly moved out of place
-------------------------------------+-------------------------------------
 Reporter:  Presskopp                |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Future Release
Component:  Upgrade/Install          |     Version:  trunk
 Severity:  minor                    |  Resolution:
 Keywords:  has-screenshots good-    |     Focuses:  ui, css,
  first-bug has-patch                |  administration
-------------------------------------+-------------------------------------
Changes (by eherman24):

 * keywords:  has-screenshots needs-patch good-first-bug => has-screenshots
     good-first-bug has-patch
 * version:   => trunk


Comment:

 I've added a patch here with the following changes, which seems to resolve
 the alignment issue at all browser widths.

 Changes were made to src https://github.com/WordPress/wordpress-
 develop/blob/trunk/src/wp-admin/css/common.css#L1577 as outlined by
 @costdev

 {{{
 .wrap .notice p:before,
 .import-php .updating-message:before {
         margin-right: 6px;
         vertical-align: bottom;
 }
 }}}

 to


 {{{
 .wrap .notice p:before,
 .import-php .updating-message:before {
         margin-right: 6px;
 }

 .import-php .updating-message:before {
         vertical-align: bottom;
 }
 }}}

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


More information about the wp-trac mailing list