Merge pull request #13521 from Snuffleupagus/issue-13518
[XFA] Use `align-items: flex-start;` to improve browser compatibility (issue 13518)
This commit is contained in:
commit
b4c96f3bc8
@ -118,7 +118,7 @@
|
|||||||
.xfaTop {
|
.xfaTop {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xfaTop > .xfaCaption {
|
.xfaTop > .xfaCaption {
|
||||||
@ -128,7 +128,7 @@
|
|||||||
.xfaBottom {
|
.xfaBottom {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
align-items: start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xfaBottom > .xfaCaption {
|
.xfaBottom > .xfaCaption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user