Make WordPress Core

Changeset 56826

Timestamp:
10/11/2023 10:41:50 AM (10 months ago)
Author:
SergeyBiryukov
Message:

Help/About: Ensure that focus outline on the Credits screen is not cut off.

Props ivanzhuck, oglekler, wildworks, dhrumilk, audrasjb, tejadev, ankit-k-gupta, sumitbagthariya16, mukesh27, marybaum.
Fixes #59033.

File:
1 edited

Legend:

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

    r56339 r56826  
    734734
    735735.about__section .wp-people-group-title {
    736     margin-bottom: calc(var(--gap) * 2);
     736    margin-bottom: calc(var(--gap) * 2);
    737737    text-align: center;
    738738
     
    749749    vertical-align: top;
    750750    box-sizing: border-box;
    751     margin-bottom: var(--gap);
     751    margin-bottom: );
    752752    width: 25%;
    753753    text-align: center;
     
    781781
    782782.about__section .wp-person .web {
     783
    783784    font-size: 1.4em;
    784785    font-weight: 600;
     786
    785787    text-decoration: none;
    786788}
Note: See TracChangeset for help on using the changeset viewer.