From 43aa816cfe1814e0566897bff98ad1914bb7c9cb Mon Sep 17 00:00:00 2001 From: stumpylog <797416+stumpylog@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:51:19 -0700 Subject: [PATCH] Fold overflowing text into the column --- 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: