Make WordPress Core

Ticket #59912: 59912.2.patch

File 59912.2.patch, 619 bytes (added by viralsampat, 16 months ago)

I have checked the above-mentioned issue and its patch and found that we need to change the "table header" font size too. Here, I have added new patch.

  • src/wp-content/themes/twentysixteen/css/editor-style.css

    diff --git src/wp-content/themes/twentysixteen/css/editor-style.css src/wp-content/themes/twentysixteen/css/editor-style.css
    index e1b3445e86..13fd26f5b7 100644
    table th, 
    313313.mce-item-table th,
    314314table caption {
    315315        border-width: 0 1px 1px 0;
    316         font-size: 16px;
    317316        font-weight: 700;
    318317        padding: 7px;
    319318        text-align: left;
    table caption { 
    323322table td,
    324323.mce-item-table td {
    325324        border-width: 0 1px 1px 0;
    326         font-size: 16px;
    327325        padding: 7px;
    328326        vertical-align: baseline;
    329327}