This commit is contained in:
Laurent Destailleur 2024-04-28 18:16:17 +02:00
parent 1b60e571fe
commit d0394d698c
3 changed files with 3 additions and 1 deletions

View File

@ -570,7 +570,7 @@ if ($num > 0) {
print '<td class="minwidth125">';
if (!empty($object->label)) {
$object->ref = $langs->trans($object->label);
print '<div class="small twolinesmax maxwidth200 classfortooltip" title="'.dol_escape_htmltag($langs->trans($object->label), 0, 0).'">';
print '<div class="small twolinesmax minwidth150 maxwidth250 classfortooltip" title="'.dol_escape_htmltag($langs->trans($object->label), 0, 0).'">';
print $object->getNomUrl(0, '', 1);
print '</div>';
$object->ref = $obj->rowid;

View File

@ -1572,6 +1572,7 @@ select.flat.selectlimit {
-webkit-line-clamp: 2;
overflow: hidden;
height: auto !important;
word-break: break-word;
}
.tenlinesmax {
display: -webkit-box;

View File

@ -1752,6 +1752,7 @@ select.flat.selectlimit {
-webkit-line-clamp: 2;
overflow: hidden;
height: auto !important;
word-break: break-word;
}
.tenlinesmax {
display: -webkit-box;