Make WordPress Core


Ignore:
Timestamp:
05/13/2026 11:59:24 AM (6 weeks ago)
Author:
wildworks
Message:

Taxonomy: Fix delete button alignment on Edit Tag screen.

The delete button on the Edit Tag screen was misaligned after the form control updates in [61645]. Switch the action buttons row to a flexbox layout for stable alignment.

Follow-up to [61645].

Props mukesh27, tusharbharti, wildworks.
Fixes #65233.

File:
1 edited

Legend:

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

    r62291 r62357  
    943943}
    944944
    945 #delete-link {
    946     line-height: 2.30769231; /* 30px */
    947     vertical-align: middle;
    948     text-align: left;
    949     margin-left: 8px;
    950 }
    951 
    952945#delete-link a {
    953946    text-decoration: none;
Note: See TracChangeset for help on using the changeset viewer.