Make WordPress Core

Ticket #58444: 58444.1.diff

File 58444.1.diff, 1.4 KB (added by sabernhardt, 18 months ago)

matching the line-height in editor styles

  • src/wp-content/themes/twentyfourteen/css/blocks.css

     
    142142        color: #fff;
    143143        font-size: 12px;
    144144        font-weight: 700;
    145         line-height: 15px;
     145        line-height: 1.25;
    146146        padding: 10px 30px 11px;
    147147        text-transform: uppercase;
    148148        vertical-align: bottom;
     
    235235.wp-block-button .wp-block-button__link {
    236236        font-size: 12px;
    237237        font-weight: 700;
    238         line-height: 15px;
     238        line-height: 1.25;
    239239        padding: 10px 30px 11px;
    240240        text-decoration: none;
    241241        text-transform: uppercase;
  • src/wp-content/themes/twentyfourteen/css/editor-blocks.css

     
    336336        color: #fff;
    337337        font-size: 12px;
    338338        font-weight: 700;
    339         line-height: normal;
     339        line-height: 1.25;
    340340        padding: 10px 30px 11px;
    341341        text-transform: uppercase;
    342342        vertical-align: bottom;
     
    418418.wp-block-button .wp-block-button__link {
    419419        font-size: 12px;
    420420        font-weight: 700;
     421        line-height: 1.25;
    421422        padding: 10px 30px 11px;
    422423        text-transform: uppercase;
    423424        vertical-align: bottom;