2
0
forked from Wavyzz/dolibarr

Fix translation and css

This commit is contained in:
Laurent Destailleur
2017-11-04 15:21:35 +01:00
parent e78406e120
commit 141bef0b8a
4 changed files with 10 additions and 10 deletions

View File

@@ -708,8 +708,8 @@ div.myavailability {
text-overflow: ellipsis;
white-space: nowrap;
}
.tdoverflowmax200 { /* For tdoverflow, the max-midth become a minimum ! */
max-width: 200px;
.tdoverflowmax150 { /* For tdoverflow, the max-midth become a minimum ! */
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;