Make WordPress Core

Ticket #61306: 61306.3.patch

File 61306.3.patch, 478 bytes (added by sabernhardt, 18 months ago)

corrects pre padding in editor-style.css

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

     
    185185        line-height: 1.3125;
    186186        margin: 0 0 28px;
    187187        overflow: auto;
    188         padding: 14px;
     188        padding: 1.75em;
    189189        white-space: pre;
    190190        white-space: pre-wrap;
    191191        word-wrap: break-word;