[wp-trac] [WordPress Trac] #33795: Table alignment in Wordpress 4.1.7

WordPress Trac noreply at wordpress.org
Fri Sep 18 20:28:55 UTC 2015


#33795: Table alignment in Wordpress 4.1.7
--------------------------+------------------------------
 Reporter:  jbrule        |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  TinyMCE       |     Version:  4.1.6
 Severity:  normal        |  Resolution:
 Keywords:  dev-feedback  |     Focuses:
--------------------------+------------------------------

Comment (by jbrule):

 For the time being I have worked around the issue by adding the following
 to my theme's editor-style.css file


 {{{
 table.alignleft, table.aligncenter, table.alignright{
         display:table;
 }
 td.alignleft, td.aligncenter, td.alignright{
         display:table-cell;
 }
 }}}

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


More information about the wp-trac mailing list