[XFA] Use align-items: flex-start;
to improve browser compatibility (issue 13518)
https://developer.mozilla.org/en-US/docs/Web/CSS/align-items#browser_compatibility
This commit is contained in:
parent
ae531e5e23
commit
f716de7a2d
@ -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…
Reference in New Issue
Block a user