Skip to content

fix: add line wrapping for Title column in narrow terminals#55

Open
keshavsharma0614-blip wants to merge 1 commit into
yankeexe:masterfrom
keshavsharma0614-blip:master
Open

fix: add line wrapping for Title column in narrow terminals#55
keshavsharma0614-blip wants to merge 1 commit into
yankeexe:masterfrom
keshavsharma0614-blip:master

Conversation

@keshavsharma0614-blip

Copy link
Copy Markdown

Summary

This fixes issue #15 by wrapping long issue titles using textwrap.fill() before rendering with tabulate.

Changes made

  • Added textwrap import
  • Wrapped Title column at 40 characters
  • Prevents table layout from breaking on small terminal widths

Result

Long titles now display cleanly across multiple lines instead of breaking table formatting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant