2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2022-12-13 13:27:23 +01:00
parent 7a6e63befd
commit fcfe6c5ceb
3 changed files with 14 additions and 2 deletions

View File

@@ -1442,6 +1442,12 @@ select.flat.selectlimit {
text-overflow: ellipsis;
white-space: nowrap;
}
.tdoverflowmax80imp { /* For tdoverflow, the max-midth become a minimum ! */
max-width: 80px !important;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tdoverflowmax100 { /* For tdoverflow, the max-midth become a minimum ! */
max-width: 100px;
overflow: hidden;