Make WordPress Core

Changeset 60267


Ignore:
Timestamp:
05/30/2025 04:34:13 PM (7 weeks ago)
Author:
audrasjb
Message:

Administration: Improve comment actions alignment in the Activity Widget.

This changeset improves comment actions alignement on small screens for the Dashboard Activity Widget.

Props sainathpoojary, valentingrenier, cedche99, quentinr64600.
Fixes #63277.

File:
1 edited

Legend:

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

    r59135 r60267  
    20652065
    20662066    .row-actions {
    2067         margin-left: -8px;
    20682067        margin-right: -8px;
    20692068        padding-top: 4px;
     
    20782077    }
    20792078
     2079    .row-actions span {
     2080        font-size: 0;
     2081    }
     2082
    20802083    .row-actions span a,
    20812084    .row-actions span .button-link {
    20822085        display: inline-block;
    2083         padding: 4px 8px;
     2086        padding: 4px 16px 4px 0;
     2087        font-size: 13px;
    20842088        line-height: 1.5;
    20852089    }
Note: See TracChangeset for help on using the changeset viewer.