From 57b6746bab475cee79ec36f9541e2135d538d65f Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Thu, 24 Jun 2021 10:25:41 +0200 Subject: [PATCH] XFA - Take into account text position in caption --- web/xfa_layer_builder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/xfa_layer_builder.css b/web/xfa_layer_builder.css index c35c68e1c..fd3703d14 100644 --- a/web/xfa_layer_builder.css +++ b/web/xfa_layer_builder.css @@ -121,7 +121,7 @@ .xfaTop > .xfaCaption, .xfaTop > .xfaCaptionForCheckButton { - max-width: 100%; + width: 100%; } .xfaBorder {