mirror of
git://develop.git.wordpress.org/
synced 2025-03-23 13:29:56 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57160 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f2c05952c0
commit
c1f36fafdb
@ -534,8 +534,8 @@
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
justify-content: end;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-end;
|
||||
box-sizing: border-box;
|
||||
padding: var(--gap) 0;
|
||||
height: clamp(12.5rem, -1.25rem + 36.67vw, 26.25rem);
|
||||
@ -1126,7 +1126,7 @@
|
||||
}
|
||||
|
||||
.about-wrap .is-vertically-aligned-top {
|
||||
align-self: start;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.about-wrap .is-vertically-aligned-center {
|
||||
|
Loading…
x
Reference in New Issue
Block a user