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:
parent
2bae399422
commit
1d0e83e1bd
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue