Make WordPress Core

Ticket #56167: #56167.patch

File #56167.patch, 1.7 KB (added by kajalgohel, 4 years ago)

patch added

  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    306306        text-align: center;
    307307}
    308308
     309.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-left {
     310        text-align: left;
     311        max-width: 610px;
     312}
     313
     314.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-center {
     315        text-align: center;
     316        max-width: 610px;
     317}
     318
     319.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-right {
     320        text-align: right;
     321        max-width: 610px;
     322}
     323
    309324/* DROP CAP */
    310325
    311326.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter {
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    306306        text-align: center;
    307307}
    308308
     309.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-left {
     310        text-align: left;
     311        max-width: 610px;
     312}
     313
     314.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-center {
     315        text-align: center;
     316        max-width: 610px;
     317}
     318
     319.editor-styles-wrapper .block-editor-rich-text__editable.has-text-align-right {
     320        text-align: right;
     321        max-width: 610px;
     322}
     323
    309324/* DROP CAP */
    310325
    311326.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter {