diff --git a/contao-module/dca/tl_content.php b/contao-module/dca/tl_content.php index 1fdfbc0..cb61208 100644 --- a/contao-module/dca/tl_content.php +++ b/contao-module/dca/tl_content.php @@ -22,7 +22,7 @@ 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array( - 'tl_class' => 'w50 cbx m12', + 'tl_class' => 'w50 cbx', ), ); @@ -31,6 +31,6 @@ 'exclude' => true, 'inputType' => 'checkbox', 'eval' => array( - 'tl_class' => 'w50 cbx m12', + 'tl_class' => 'w50 cbx', ), );