diff --git a/htdocs/product/card.php b/htdocs/product/card.php index 4a6af7b855e..f8b945c2559 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1085,7 +1085,7 @@ else print ''.$langs->trans("Ref").''; // Label - print ''.$langs->trans("Label").''; + print ''.$langs->trans("Label").''; // Status To sell print ''.$langs->trans("Status").' ('.$langs->trans("Sell").')'; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index bcb5acb361b..4b68d4c975c 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; }