Make WordPress Core

Ticket #51148: 51148.2.patch

File 51148.2.patch, 1.1 KB (added by sabernhardt, 4 years ago)

setting top and bottom margins instead of defining all 4 sides in shorthand notation

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

     
    246246        font-weight: 700;
    247247        letter-spacing: -0.0415625em;
    248248        line-height: 1.25;
    249         margin: 40px 0 25px;
     249        margin-top: 40px;
     250        margin-bottom: 25px;
    250251}
    251252
    252253.editor-post-title__block .editor-post-title__input,
  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    246246        font-weight: 700;
    247247        letter-spacing: -0.0415625em;
    248248        line-height: 1.25;
    249         margin: 40px 0 25px;
     249        margin-top: 40px;
     250        margin-bottom: 25px;
    250251}
    251252
    252253.editor-post-title__block .editor-post-title__input,