diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php
index a9a80c854e8..97ff00e0ebc 100644
--- a/htdocs/comm/action/card.php
+++ b/htdocs/comm/action/card.php
@@ -1315,7 +1315,7 @@ if ($action == 'create') {
//checkbox create reminder
print '
';
print '
';
- print '
';
+ print '
';
print '';
@@ -1332,7 +1332,7 @@ if ($action == 'create') {
//Reminder Type
print '
| '.$langs->trans("ReminderType").' | ';
- print $form->selectarray('selectremindertype', $TRemindTypes, '', 0, 0, 0, '', 0, 0, 0, '', 'mimnwidth200', 1);
+ print $form->selectarray('selectremindertype', $TRemindTypes, '', 0, 0, 0, '', 0, 0, 0, '', 'minwidth200 maxwidth500', 1);
print ' |
';
//Mail Model
@@ -1347,14 +1347,18 @@ if ($action == 'create') {
print "\n".'