Make WordPress Core

Ticket #56167: 56167.2.patch

File 56167.2.patch, 1.3 KB (added by devtanbir, 4 years ago)
  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
    index c3261fd203..9b91f19f09 100644
    a b Inter variable font. Usage:  
    296296        margin: 0 auto;
    297297        text-align: center;
    298298}
     299.editor-styles-wrapper .wp-block-post-title.has-text-align-left {
     300        text-align: left;
     301}
     302.editor-styles-wrapper .wp-block-post-title.has-text-align-right {
     303        text-align: right;
     304}
    299305
    300306.wp-block.editor-post-title__block {
    301307        max-width: 1000px;
  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

    diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
    index 11a3a33f50..1d21b48150 100644
    a b Inter variable font. Usage:  
    296296        margin: 0 auto;
    297297        text-align: center;
    298298}
     299.editor-styles-wrapper .wp-block-post-title.has-text-align-left {
     300        text-align: left;
     301}
     302.editor-styles-wrapper .wp-block-post-title.has-text-align-right {
     303        text-align: right;
     304}
    299305
    300306.wp-block.editor-post-title__block {
    301307        max-width: 1000px;