Make WordPress Core

Changeset 61827


Ignore:
Timestamp:
03/04/2026 07:56:56 PM (3 weeks ago)
Author:
joedolson
Message:

Quick/Bulk Edit: Use compact sizing on inputs after admin reskin.

Change inputs in the bulk and quick edit to use compact sizing.

Props mohitbsf, sabernhardt, mukesh27, juanmaguitar, fabiankaegy, shailu25, joedolson.
Fixes #64685.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r61784 r61827  
    10821082}
    10831083
     1084.inline-edit-row select,
     1085.inline-edit-row input:where(:not([type=checkbox],[type=radio],[type=submit],[type=button])) {
     1086    line-height: 2.14285714;
     1087    min-height: 32px;
     1088    padding: 0 8px 0 8px;
     1089}
     1090
     1091.inline-edit-row select {
     1092    padding-right: 24px;
     1093}
     1094
    10841095#wpbody-content .bulk-edit-row fieldset .inline-edit-group label {
    10851096    max-width: 50%;
Note: See TracChangeset for help on using the changeset viewer.