mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix long document names cause overflow on tasks view
This commit is contained in:
		| @@ -53,7 +53,7 @@ | ||||
|             <label class="form-check-label" for="task{{task.id}}"></label> | ||||
|           </div> | ||||
|         </th> | ||||
|         <td class="overflow-auto">{{ task.task_file_name }}</td> | ||||
|         <td class="overflow-auto name-col">{{ task.task_file_name }}</td> | ||||
|         <td class="d-none d-lg-table-cell">{{ task.date_created | customDate:'short' }}</td> | ||||
|         <td class="d-none d-lg-table-cell" *ngIf="activeTab !== 'started' && activeTab !== 'queued'"> | ||||
|           <div *ngIf="task.result?.length > 50" class="result" (click)="expandTask(task); $event.stopPropagation();" | ||||
|   | ||||
| @@ -20,3 +20,9 @@ pre { | ||||
|     width: 0.8rem; | ||||
|     height: 0.8rem; | ||||
| } | ||||
|  | ||||
| @media (max-width: 575.98px) { | ||||
|     .name-col { | ||||
|         max-width: 150px; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon