Skip to content

Commit dfbe03a

Browse files
authored
do not use m12
1 parent 07371df commit dfbe03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/contao/dca/tl_module.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'inputType' => 'checkbox',
3535
'eval' => [
3636
'submitOnChange' => true,
37-
'tl_class' => 'clr w50 m12',
37+
'tl_class' => 'clr w50',
3838
],
3939
'sql' => "char(1) NOT NULL default ''",
4040
];
@@ -43,7 +43,7 @@
4343
'label' => &$GLOBALS['TL_LANG']['tl_module']['ajaxReloadFormSubmit'],
4444
'inputType' => 'checkbox',
4545
'eval' => [
46-
'tl_class' => 'w50 m12',
46+
'tl_class' => 'clr w50',
4747
],
4848
'sql' => "char(1) NOT NULL default ''",
4949
];

0 commit comments

Comments
 (0)