Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 17, 2024
1 parent 63011d3 commit b2bad15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/contact/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@

// EMail
if (!empty($arrayfields['p.email']['checked'])) {
print '<td class="nowraponall tdoverflowmax300">';
print '<td class="nowraponall tdoverflowmax200" title="'.dolPrintHTML($obj->email).'">';
if ($contextpage == 'poslist') {
print $obj->email;
} else {
Expand Down Expand Up @@ -1640,7 +1640,7 @@

// Company / Third Party
if (!empty($arrayfields['p.fk_soc']['checked']) || !empty($arrayfields['s.nom']['checked'])) {
print '<td class="tdoverflowmax150">';
print '<td class="tdoverflowmax125">';
if ($obj->socid) {
$objsoc = new Societe($db);
$objsoc->fetch($obj->socid);
Expand Down

0 comments on commit b2bad15

Please sign in to comment.