Skip to content

Commit b9b1fa0

Browse files
committed
Increase the width of the form column in the Filings __rich__
1 parent 071ae07 commit b9b1fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

edgar/_filings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def __rich__(self) -> Panel:
791791

792792
# Add columns with specific styling and alignment
793793
table.add_column("#", style="dim", justify="right")
794-
table.add_column("Form", width=7)
794+
table.add_column("Form", width=9)
795795
table.add_column("CIK", style="dim", width=10, justify="right")
796796
table.add_column("Ticker", width=6, style="yellow")
797797
table.add_column("Company", style="bold green", width=38, no_wrap=True)

0 commit comments

Comments
 (0)