Make WordPress Core

Ticket #56083: 56083.2.diff

File 56083.2.diff, 1.2 KB (added by krupalpanchal, 3 years ago)

Created Patch

  • 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..ef4db9ba3d 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    10911091.editor-styles-wrapper ol.block-editor-block-list__block,
    10921092.editor-styles-wrapper ul ul,
    10931093.editor-styles-wrapper ol ul {
    1094         padding-right: 1.3em;
     1094        padding-right: 10%;
    10951095}
    10961096
    10971097/* Block: Post Template ---------------- */
  • 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..8f227c5331 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    10911091.editor-styles-wrapper ol.block-editor-block-list__block,
    10921092.editor-styles-wrapper ul ul,
    10931093.editor-styles-wrapper ol ul {
    1094         padding-left: 1.3em;
     1094        padding-left: 10%;
    10951095}
    10961096
    10971097/* Block: Post Template ---------------- */