Make WordPress Core

Ticket #57195: 57195.1.patch

File 57195.1.patch, 444 bytes (added by sabernhardt, 2 years ago)

changing editor styles to match first element's top margin on front end

  • src/wp-content/themes/twentyeleven/editor-blocks.css

     
    429429
    430430/* Media & Text */
    431431
     432.wp-block-media-text *:first-child {
     433        margin-top: 0;
     434}
     435
    432436.wp-block-media-text *:last-child {
    433437        margin-bottom: 0;
    434438}