diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
index b6e16a22a9e..18efae9dc5c 100644
--- a/htdocs/commande/card.php
+++ b/htdocs/commande/card.php
@@ -1632,7 +1632,7 @@ if ($action == 'create' && $usercancreate) {
if ($socid > 0) {
// Contacts (ask contact only if thirdparty already defined).
print "
| ".$langs->trans("DefaultContact").' | ';
- print img_picto('', 'contact');
+ print img_picto('', 'contact', 'class="pictofixedwidth"');
print $form->selectcontacts($soc->id, $contactid, 'contactid', 1, $srccontactslist, '', 1);
print ' |
';
@@ -1670,7 +1670,7 @@ if ($action == 'create' && $usercancreate) {
// Terms of the settlement
print '| '.$langs->trans('PaymentConditionsShort').' | ';
- print img_picto('', 'paiment');
+ print img_picto('', 'payment', 'class="pictofixedwidth"');
$form->select_conditions_paiements($cond_reglement_id, 'cond_reglement_id', - 1, 1);
print ' |
';