diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
index 7c0edb9f450..623b14711fc 100644
--- a/htdocs/societe/card.php
+++ b/htdocs/societe/card.php
@@ -2149,7 +2149,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($canvasdisplayactio
if (isModEnabled('barcode')) {
print '
| '.$form->editfieldkey('Gencod', 'barcode', '', $object, 0).' | ';
print '';
- print img_picto('', 'barcode');
+ print img_picto('', 'barcode', 'class="pictofixedwidth"');
print '';
print ' |
';
}
@@ -2181,7 +2181,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($canvasdisplayactio
// Country
print '| '.$form->editfieldkey('Country', 'selectcounty_id', '', $object, 0).' | ';
- print img_picto('', 'globe-americas', 'class="paddingrightonly"');
+ print img_picto('', 'globe-americas', 'class="pictofixedwidth"');
print $form->select_country((GETPOSTISSET('country_id') ? GETPOST('country_id') : $object->country_id), 'country_id', '', 0, 'minwidth300 maxwidth500 widthcentpercentminusx');
if ($user->admin) {
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
|