Make WordPress Core

Changeset 62375 for branches/7.0


Ignore:
Timestamp:
05/19/2026 05:16:07 AM (3 months ago)
Author:
peterwilsoncc
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].

Reviewed by peterwilsoncc.
Merges r62357 to the 7.0 branch.

Props mukesh27, tusharbharti, wildworks.
Fixes #65233.

Location:
branches/7.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0

  • branches/7.0/src/wp-admin/css/common.css

    r62303 r62375  
    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;
  • branches/7.0/src/wp-admin/css/edit.css

    r62285 r62375  
    15431543
    15441544.edit-tag-actions {
     1545        display: flex;
     1546        align-items: center;
     1547        gap: 8px;
    15451548        margin-top: 20px;
    15461549}
Note: See TracChangeset for help on using the changeset viewer.