Fix: fold overflowing path text in sanity checker (#13426)

This commit is contained in:
Trenton H
2026-07-30 14:35:19 +00:00
committed by GitHub
parent c8e00dca04
commit f50a021ef6
@@ -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: