mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-01 08:32:18 +00:00
Fix: fold overflowing path text in sanity checker (#13426)
This commit is contained in:
@@ -61,7 +61,7 @@ class Command(PaperlessCommand):
|
||||
)
|
||||
table.add_column("Level", width=7, no_wrap=True)
|
||||
table.add_column("Document", min_width=20)
|
||||
table.add_column("Issue", ratio=1)
|
||||
table.add_column("Issue", ratio=1, overflow="fold")
|
||||
|
||||
for doc_pk, doc_messages in messages.iter_messages():
|
||||
if doc_pk is not None:
|
||||
|
||||
Reference in New Issue
Block a user