Make WordPress Core

Ticket #59159: 59159.patch

File 59159.patch, 1.0 KB (added by pitamdey, 2 years ago)

after applying this solution the issue is resolved

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

     
    2323[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
    2424        font-style: italic;
    2525        margin-bottom: 1.5em;
    26         text-align: left;
     26        text-align: center;
    2727}
    2828
    2929.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  • wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

     
    463463[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
    464464        font-style: italic;
    465465        margin-bottom: 1.5em;
    466         text-align: left;
     466        text-align: center;
    467467}
    468468
    469469.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {