From f50a021ef62460626029cd551121d166f65318b3 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:35:19 -0700 Subject: [PATCH] Fix: fold overflowing path text in sanity checker (#13426) --- src/documents/management/commands/document_sanity_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/management/commands/document_sanity_checker.py b/src/documents/management/commands/document_sanity_checker.py index c8921d064..00f6dccb1 100644 --- a/src/documents/management/commands/document_sanity_checker.py +++ b/src/documents/management/commands/document_sanity_checker.py @@ -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: