mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fix metadata column
This commit is contained in:
		| @@ -16,7 +16,7 @@ | |||||||
|       <tbody> |       <tbody> | ||||||
|           <tr *ngFor="let m of metadata"> |           <tr *ngFor="let m of metadata"> | ||||||
|               <td>{{m.prefix}}:{{m.key}}</td> |               <td>{{m.prefix}}:{{m.key}}</td> | ||||||
|               <td>{{m.value}}</td> |               <td class="metadata-column">{{m.value}}</td> | ||||||
|           </tr> |           </tr> | ||||||
|       </tbody> |       </tbody> | ||||||
|   </table> |   </table> | ||||||
|   | |||||||
| @@ -0,0 +1,3 @@ | |||||||
|  | .metadata-column { | ||||||
|  |   overflow-wrap: anywhere; | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler