mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Add white background to plaintext documents
This commit is contained in:
		@@ -143,7 +143,7 @@
 | 
				
			|||||||
            </ng-template>
 | 
					            </ng-template>
 | 
				
			||||||
        </ng-container>
 | 
					        </ng-container>
 | 
				
			||||||
        <ng-container *ngIf="getContentType() == 'text/plain'">
 | 
					        <ng-container *ngIf="getContentType() == 'text/plain'">
 | 
				
			||||||
            <object [data]="previewUrl | safe" type="text/plain" class="preview-sticky" width="100%"></object>
 | 
					            <object [data]="previewUrl | safe" type="text/plain" class="preview-sticky bg-white" width="100%"></object>
 | 
				
			||||||
        </ng-container>
 | 
					        </ng-container>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user