mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
CSS
This commit is contained in:
parent
1b60e571fe
commit
d0394d698c
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1572,6 +1572,7 @@ select.flat.selectlimit {
|
|||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
height: auto !important;
|
||||
word-break: break-word;
|
||||
}
|
||||
.tenlinesmax {
|
||||
display: -webkit-box;
|
||||
|
|
|
|||
|
|
@ -1752,6 +1752,7 @@ select.flat.selectlimit {
|
|||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
height: auto !important;
|
||||
word-break: break-word;
|
||||
}
|
||||
.tenlinesmax {
|
||||
display: -webkit-box;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user