diff --git a/htdocs/product/card.php b/htdocs/product/card.php
index 4a6af7b855ee3fccebb5d2f1e3e16feeef5b0d1e..f8b945c25590e7b074ba30233e62f9994b471620 100644
--- a/htdocs/product/card.php
+++ b/htdocs/product/card.php
@@ -1085,7 +1085,7 @@ else
             print '<tr><td width="20%" class="fieldrequired">'.$langs->trans("Ref").'</td><td colspan="3"><input name="ref" size="32" maxlength="128" value="'.dol_escape_htmltag($object->ref).'"></td></tr>';
 
             // Label
-            print '<tr><td class="fieldrequired">'.$langs->trans("Label").'</td><td colspan="3"><input name="libelle" size="40" maxlength="255" value="'.dol_escape_htmltag($object->label).'"></td></tr>';
+            print '<tr><td class="fieldrequired">'.$langs->trans("Label").'</td><td colspan="3"><input name="label" size="40" maxlength="255" value="'.dol_escape_htmltag($object->label).'"></td></tr>';
 
             // Status To sell
             print '<tr><td class="fieldrequired">'.$langs->trans("Status").' ('.$langs->trans("Sell").')</td><td colspan="3">';
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index bcb5acb361b41ebe087368497ee53debded82ded..4b68d4c975ca48b6165eb68fe63ad5b3d94dbc3b 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -2974,7 +2974,6 @@ a span.select2-chosen
 	cursor: default;
 }
 .select2-container-multi .select2-choices .select2-search-choice {
-  margin-top: 2px;
   margin-bottom: 2px;
 }