Make WordPress Core

Ticket #55987: #55987.patch

File #55987.patch, 1.1 KB (added by kajalgohel, 16 months ago)

added patch for removing padding-left from social media block

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

     
    10981098        padding-right: 1.3em;
    10991099}
    11001100
     1101.editor-styles-wrapper ul.block-editor-block-list__block.wp-block-social-links {
     1102        padding-left: 0;
     1103}
     1104
    11011105/* Block: Post Template ---------------- */
    11021106
    11031107.editor-styles-wrapper ul.wp-block-post-template {
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    10981098        padding-left: 1.3em;
    10991099}
    11001100
     1101.editor-styles-wrapper ul.block-editor-block-list__block.wp-block-social-links {
     1102        padding-left: 0;
     1103}
     1104
    11011105/* Block: Post Template ---------------- */
    11021106
    11031107.editor-styles-wrapper ul.wp-block-post-template {