diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
index ca4a8a54775..72979028ed8 100644
--- a/htdocs/societe/card.php
+++ b/htdocs/societe/card.php
@@ -2242,19 +2242,20 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
// Phone / Fax
print '
| '.$form->editfieldkey('Phone', 'phone', GETPOST('phone', 'alpha'), $object, 0).' | ';
- print ''.img_picto('', 'object_phoning').' | ';
+ print ''.img_picto('', 'object_phoning', 'class="pictofixedwidth"').' | ';
if ($conf->browser->layout == 'phone') {
print '
';
}
print '| '.$form->editfieldkey('Fax', 'fax', GETPOST('fax', 'alpha'), $object, 0).' | ';
- print ''.img_picto('', 'object_phoning_fax').' |
';
+ print ''.img_picto('', 'object_phoning_fax', 'class="pictofixedwidth"').' | ';
// EMail / Web
print '| '.$form->editfieldkey('EMail', 'email', GETPOST('email', 'custom', 0, FILTER_SANITIZE_EMAIL), $object, 0, 'string', '', (!empty($conf->global->SOCIETE_EMAIL_MANDATORY))).' | ';
- print ''.img_picto('', 'object_email').' |
';
+ print ''.img_picto('', 'object_email', 'class="pictofixedwidth"').' | ';
print '| '.$form->editfieldkey('Web', 'url', GETPOST('url', 'alpha'), $object, 0).' | ';
- print ''.img_picto('', 'globe').' |
';
+ print ''.img_picto('', 'globe', 'class="pictofixedwidth"').' | ';
+ // Social network
if (!empty($conf->socialnetworks->enabled)) {
foreach ($socialnetworks as $key => $value) {
if ($value['active']) {
@@ -2262,9 +2263,9 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
print ' | ';
print '';
if (!empty($value['icon'])) {
- print '';
+ print '';
}
- print '';
+ print '';
print ' | ';
print '';
} elseif (!empty($object->socialnetworks[$key])) {