Make WordPress Core

Ticket #61700: 61700.diff

File 61700.diff, 505 bytes (added by sabernhardt, 2 months ago)

adds font-family and line-height values from front-end styles, and corrects the padding

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

     
    416416
    417417.editor-styles-wrapper .wp-block-code {
    418418        border: 0;
    419         padding: 0.125em 0.25em;
     419        font-family: Inconsolata, monospace;
     420        line-height: 1.75;
     421        padding: 0;
    420422        background-color: #d1d1d1;
    421423}
    422424