From d49890364544fd679441e2748bb3601bb560c543 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Tue, 22 Feb 2022 08:33:50 +0100 Subject: [PATCH] Fix overlapping of fields (#107) --- src/Bundle/Resources/contao/dca/tl_leaflet_layer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/Resources/contao/dca/tl_leaflet_layer.php b/src/Bundle/Resources/contao/dca/tl_leaflet_layer.php index 20e37ce..a2a9e84 100644 --- a/src/Bundle/Resources/contao/dca/tl_leaflet_layer.php +++ b/src/Bundle/Resources/contao/dca/tl_leaflet_layer.php @@ -633,7 +633,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_layer'] = [ 'exclude' => true, 'inputType' => 'text', 'default' => '', - 'eval' => ['maxlength' => 255, 'tl_class' => 'long', 'allowHtml' => true], + 'eval' => ['maxlength' => 255, 'tl_class' => 'clr long', 'allowHtml' => true], 'sql' => "varchar(255) NOT NULL default ''", ], 'tms' => [