Merged in feature/102-dev-dev01 (pull request #6)
auto-patch 102-dev-dev01-2023-12-11T19_15_32 * auto-patch 102-dev-dev01-2023-12-11T19_15_32
This commit is contained in:
@@ -535,8 +535,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);
|
||||
@@ -1127,7 +1127,7 @@
|
||||
}
|
||||
|
||||
.about-wrap .is-vertically-aligned-top {
|
||||
align-self: start;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.about-wrap .is-vertically-aligned-center {
|
||||
|
||||
2
wp/wp-admin/css/about-rtl.min.css
vendored
2
wp/wp-admin/css/about-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
2
wp/wp-admin/css/about.min.css
vendored
2
wp/wp-admin/css/about.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user