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.
Reviewed by joedolson.
Merges [57881] to the 6.5 branch.
Fixes #60876.
Built from https://develop.svn.wordpress.org/branches/6.5@58036


git-svn-id: http://core.svn.wordpress.org/branches/6.5@57502 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2024-04-22 22:42:11 +00:00
parent 582e438785
commit 5831500ae4
5 changed files with 5 additions and 5 deletions

View File

@ -1125,7 +1125,7 @@ border color while dragging a file over the uploader drop area */
.imgedit-panel-tools > .imgedit-menu {
display: flex;
column-gap: 4px;
align-items: start;
align-items: flex-start;
flex-wrap: wrap;
}

File diff suppressed because one or more lines are too long

View File

@ -1124,7 +1124,7 @@ border color while dragging a file over the uploader drop area */
.imgedit-panel-tools > .imgedit-menu {
display: flex;
column-gap: 4px;
align-items: start;
align-items: flex-start;
flex-wrap: wrap;
}

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5.3-alpha-58020';
$wp_version = '6.5.3-alpha-58036';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.