1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

XFA - No container stretching with lr-tb layout

This commit is contained in:
Calixte Denizet 2021-06-23 22:03:07 +02:00
parent 2bae399422
commit 1d0e83e1bd

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;
}