Skip to content

Commit 1d0e83e

Browse files
committed
XFA - No container stretching with lr-tb layout
1 parent 2bae399 commit 1d0e83e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

web/xfa_layer_builder.css

-8
Original file line numberDiff line numberDiff line change
@@ -217,20 +217,12 @@
217217
align-items: stretch;
218218
}
219219

220-
.xfaLr > div {
221-
flex: 1 1 auto;
222-
}
223-
224220
.xfaRl {
225221
display: flex;
226222
flex-direction: row-reverse;
227223
align-items: stretch;
228224
}
229225

230-
.xfaRl > div {
231-
flex: 1 1 auto;
232-
}
233-
234226
.xfaTb > div {
235227
justify-content: left;
236228
}

0 commit comments

Comments
 (0)