N°6543 - Fix display of AttributeText with width parameter (#521)

This commit is contained in:
Anne-Catherine
2024-02-27 17:42:59 +01:00
committed by GitHub
parent 8f1d8b1dc2
commit 82e19f6eca
4 changed files with 34 additions and 13 deletions

View File

@@ -4534,7 +4534,6 @@ class AttributeText extends AttributeString
$sStyle = '';
if (count($aStyles) > 0)
{
$aStyles[] = 'overflow:auto';
$sStyle = 'style="'.implode(';', $aStyles).'"';
}