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