Make WordPress Core

Changeset 57160

Timestamp:
12/05/2023 05:11:26 PM (8 months ago)
Author:
jorbin
Message:

Help/About: Change CSS align-item for full browser support.

The values of start and end are not fully supported by Opera Mini which has 1.01% usage. There is no material change in functionality with this change.

Reviewed by hellofromTonya.
Merges [57151] to 6.4 branch.

Props kebbet, NekoJonez, luminuu, hellofromTonya.
Fixes #59819.

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

  • branches/6.4/src/wp-admin/css/about.css

    r57025 r57160  
    535535    display: flex;
    536536    flex-direction: column;
    537     align-items: start;
    538     justify-content: end;
     537    align-items: start;
     538    justify-content: end;
    539539    box-sizing: border-box;
    540540    padding: var(--gap) 0;
     
    11271127
    11281128.about-wrap .is-vertically-aligned-top {
    1129     align-self: start;
     1129    align-self: start;
    11301130}
    11311131
Note: See TracChangeset for help on using the changeset viewer.