Make WordPress Core

Ticket #28883: 28883-overflow.diff

File 28883-overflow.diff, 558 bytes (added by tellyworth, 11 years ago)

Crude fix - smaller max-width and overflow:auto

  • wp-admin/css/common.css

     
    18391839        font-family: "Helvetica Neue", sans-serif;
    18401840        padding:0;
    18411841        margin: 0;
    1842         max-width: 760px;
     1842        max-width: 700px;
     1843        overflow: auto;
    18431844}
    18441845
    18451846#plugin-information-title.with-banner h2 {
    18461847        font-size: 30px;
    18471848        line-height: 50px;
    18481849        font-weight: bold;
    1849         max-width: 760px;
     1850        max-width: 700px;
     1851        overflow: auto;
    18501852        position: absolute;
    18511853        left: 20px;
    18521854        top: 145px;