Make WordPress Core

Ticket #64088: 64088.diff

File 64088.diff, 624 bytes (added by sabernhardt, 2 months ago)

uses flex when tags box is in narrow column, switching to block on smaller screens

  • src/wp-admin/css/edit.css

     
    14201420        width: 180px;
    14211421}
    14221422
     1423:where(.columns-2 #postbox-container-1) .tagsdiv .ajaxtag {
     1424        display: flex;
     1425}
     1426
     1427:where(.columns-2 #postbox-container-1) .ajaxtag .newtag {
     1428        width: auto;
     1429        flex: 1;
     1430}
     1431
    14231432.tagsdiv .the-tags {
    14241433        display: block;
    14251434        height: 60px;
     
    19091918        }
    19101919
    19111920        /* Tags Metabox */
     1921        .tagsdiv .ajaxtag {
     1922                display: block;
     1923        }
     1924
    19121925        .tagsdiv .newtag {
    19131926                width: 100%;
    19141927                height: auto;