diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
index cd60d200a42..b9da05980bf 100644
--- a/htdocs/societe/card.php
+++ b/htdocs/societe/card.php
@@ -2020,7 +2020,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action))
// Country
print '
| '.$form->editfieldkey('Country', 'selectcounty_id', '', $object, 0).' | ';
print img_picto('', 'globe-americas', 'class="paddingrightonly"');
- print $form->select_country((GETPOSTISSET('country_id') ? GETPOST('country_id') : $object->country_id), 'country_id', '', 0, 'minwidth300 widthcentpercentminusx');
+ 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);
print ' |
';
@@ -2047,9 +2047,9 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action))
// EMail / Web
print '| '.$form->editfieldkey('EMail', 'email', GETPOST('email', 'alpha'), $object, 0, 'string', '', (!empty($conf->global->SOCIETE_EMAIL_MANDATORY))).' | ';
- print ''.img_picto('', 'object_email').' |
';
+ print ''.img_picto('', 'object_email').' | ';
print '| '.$form->editfieldkey('Web', 'url', GETPOST('url', 'alpha'), $object, 0).' | ';
- print ''.img_picto('', 'globe').' |
';
+ print ''.img_picto('', 'globe').' | ';
if (!empty($conf->socialnetworks->enabled)) {
foreach ($socialnetworks as $key => $value) {