Make WordPress Core

Ticket #63424: 63424.2.patch

File 63424.2.patch, 541 bytes (added by dilipbheda, 16 months ago)

Updated patch file

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

    diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css
    index 0ab68afe8a..a8648668cd 100644
    a b figure[class*="wp-block-"] > figcaption {  
    370370        padding-right: 0;
    371371}
    372372
     373.wp-block-quote.is-style-plain {
     374        border: none;
     375}
     376
    373377@media screen and (min-width: 44.375em) {
    374378        .wp-block-quote.alignleft,
    375379        .wp-block-quote.alignright {