close

Make WordPress Core

Changeset 61852


Ignore:
Timestamp:
03/05/2026 08:13:50 PM (8 days ago)
Author:
joedolson
Message:

Admin: Use compact styles in Events dashboard widget.

Change the inputs for setting event location to use the compact input heights.

Props joen, audrasjb, huzaifaalmesbah, amesplant, joedolson.
Fixes #64777.

File:
1 edited

Legend:

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

    r61834 r61852  
    534534    width: 40%;
    535535    margin: 0;
     536    min-height: 32px;
     537    line-height: 2.14285714;
     538    padding: 0 8px;
     539}
     540
     541#dashboard-widgets .community-events-form .button {
     542    min-height: 32px;
     543    line-height: 2.30769231;
     544    padding: 0 12px;
    536545}
    537546
     
    545554
    546555.community-events-form label {
    547     line-height: 2.15384615;
     556    line-height: 2.14285714;
    548557}
    549558
Note: See TracChangeset for help on using the changeset viewer.