Make WordPress Core

Changeset 57933


Ignore:
Timestamp:
04/05/2024 09:45:55 PM (2 years ago)
Author:
jorbin
Message:

Media: Use flex-start for full browser support.

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

Follow-up to [55919].

Props davidbaumwald, sabernhardt, khokansardar, devsahadat.
Fixes #60876.

File:
1 edited

Legend:

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

    r57764 r57933  
    11251125        display: flex;
    11261126        column-gap: 4px;
    1127         align-items: start;
     1127        align-items: flex-start;
    11281128        flex-wrap: wrap;
    11291129}
Note: See TracChangeset for help on using the changeset viewer.