Skip to content

Commit

Permalink
Adjust column style
Browse files Browse the repository at this point in the history
  • Loading branch information
dgunning committed Dec 24, 2024
1 parent deb6a68 commit e0102e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgar/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def __rich__(self):
# Add columns with specific styling and alignment
table.add_column("#", style="dim", justify="right")
table.add_column("Form", width=8, style="bold yellow")
table.add_column("Description", width=50, style="blue"),
table.add_column("Description", width=50, style="bold blue"),
table.add_column("Filing Date", width=11)
table.add_column("Accession Number", style="dim", width=20)

Expand Down

0 comments on commit e0102e1

Please sign in to comment.