Make WordPress Core

Ticket #59130: 59130.2.patch

File 59130.2.patch, 1.0 KB (added by shailu25, 13 months ago)

Updated Patch

  • src/wp-content/themes/twentyseventeen/assets/css/blocks.css

    diff --git a/src/wp-content/themes/twentyseventeen/assets/css/blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/blocks.css
    index d8c34349ab..cac012a0a5 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    313313/* Comments */
    314314
    315315.wp-block-latest-comments article {
    316         margin-bottom: 4em;
     316        margin-bottom: 4rem;
    317317}
    318318
    319319.widget-area .wp-block-latest-comments article {
  • src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
    index 4b785b6b48..e90aa78427 100644
    a b table.wp-block-table td:last-child { 
    776776}
    777777
    778778.wp-block-latest-comments article {
    779         margin-bottom: 4em;
     779        margin-bottom: 4rem;
    780780}
    781781
    782782.wp-block-latest-comments .avatar,