Merge pull request #13622 from calixteman/no_stretch_lrtb

XFA - No container stretching with lr-tb layout
This commit is contained in:
Brendan Dahl 2021-06-23 15:06:21 -07:00 committed by GitHub
commit ad28622595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,20 +217,12 @@
align-items: stretch;
}
.xfaLr > div {
flex: 1 1 auto;
}
.xfaRl {
display: flex;
flex-direction: row-reverse;
align-items: stretch;
}
.xfaRl > div {
flex: 1 1 auto;
}
.xfaTb > div {
justify-content: left;
}