[wp-trac] [WordPress Trac] #54120: Fixed table layout in Twenty Fifteen

WordPress Trac noreply at wordpress.org
Tue Sep 14 10:44:37 UTC 2021


#54120: Fixed table layout in Twenty Fifteen
--------------------------+-----------------------------
 Reporter:  Roenbaeck     |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Themes        |    Version:  5.8.1
 Severity:  minor         |   Keywords:
  Focuses:  css           |
--------------------------+-----------------------------
 The CSS for Twenty Fifteen contains a line forcing fixed layout for
 tables:
    table {
       border-collapse: separate;
       border-spacing: 0;
       border-width: 1px 0 0 1px;
       margin: 0 0 1.6em;
       table-layout: fixed; /* Prevents HTML tables from becoming too wide
 */
       width: 100%;
    }
 This causes unexpected behavior since you in Gutenberg have the option to
 select between a fixed or dynamic layout for table blocks, but this has no
 effect.

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


More information about the wp-trac mailing list