[wp-trac] [WordPress Trac] #40932: Word breaks the layout

WordPress Trac noreply at wordpress.org
Thu Aug 3 15:35:30 UTC 2017


#40932: Word breaks the layout
-------------------------------------------------+-------------------------
 Reporter:  elisa-demonki                        |       Owner:
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  Future
Component:  I18N                                 |  Release
 Severity:  normal                               |     Version:
 Keywords:  ui-feedback has-screenshots needs-   |  Resolution:
  refresh has-patch                              |     Focuses:  ui,
                                                 |  administration
-------------------------------------------------+-------------------------
Changes (by Presskopp):

 * keywords:  ui-feedback needs-patch => ui-feedback has-screenshots needs-
     refresh has-patch


Comment:

 Attached an initial patch to bring this forward hopefully. On the
 screenshot you see the plus sign not centered and then centered via
 changing CSS from


 {{{
 left: -2px;
 }}}

 to

 {{{
 left: -1px;
 }}}

 in customize-controls.css, L.1461:

 {{{
 .add-new-widget:before,
 .add-new-menu-item:before,
 #available-menu-items .new-content-item .add-content:before
 }}}

 Please someone take over to polish things like they should..

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


More information about the wp-trac mailing list