From 1d0e83e1bd0494ce7bcd3a0d72a2527cb4712b07 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Wed, 23 Jun 2021 22:03:07 +0200 Subject: [PATCH] XFA - No container stretching with lr-tb layout --- web/xfa_layer_builder.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/xfa_layer_builder.css b/web/xfa_layer_builder.css index 93d35c5fd6d5d..c35c68e1cec64 100644 --- a/web/xfa_layer_builder.css +++ b/web/xfa_layer_builder.css @@ -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; }