Skip to content

Commit

Permalink
Merge pull request #13521 from Snuffleupagus/issue-13518
Browse files Browse the repository at this point in the history
[XFA] Use `align-items: flex-start;` to improve browser compatibility (issue 13518)
  • Loading branch information
calixteman authored Jun 9, 2021
2 parents ae531e5 + f716de7 commit b4c96f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/xfa_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
.xfaTop {
display: flex;
flex-direction: column;
align-items: start;
align-items: flex-start;
}

.xfaTop > .xfaCaption {
Expand All @@ -128,7 +128,7 @@
.xfaBottom {
display: flex;
flex-direction: column-reverse;
align-items: start;
align-items: flex-start;
}

.xfaBottom > .xfaCaption {
Expand Down

0 comments on commit b4c96f3

Please sign in to comment.