Make WordPress Core

Ticket #56204: 56204.2.patch

File 56204.2.patch, 438 bytes (added by shailu25, 2 years ago)

Patch Updated

  • src/wp-content/themes/twentythirteen/style.css

    diff --git a/src/wp-content/themes/twentythirteen/style.css b/src/wp-content/themes/twentythirteen/style.css
    index bec23c1ccc..080402400d 100644
    a b table { 
    426426        width: 100%;
    427427}
    428428
     429.wp-block-table[class*="-font-size"] table,
     430.wp-block-table[style*="font-size"] table {
     431        font-size: inherit;
     432}
     433
    429434caption,
    430435th,
    431436td {