Skip to content

Commit

Permalink
eof
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jan 8, 2022
1 parent 408b3bc commit 4abbbd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions rich/table.py
Expand Up @@ -800,6 +800,7 @@ def _render(
def align_cell(
cell: List[List[Segment]],
vertical: "VerticalAlignMethod",
width: int,
style: Style,
) -> List[List[Segment]]:
if header_row:
Expand All @@ -818,6 +819,7 @@ def align_cell(
align_cell(
cell,
_cell.vertical,
width,
get_style(_cell.style) + row_style,
),
width,
Expand Down

0 comments on commit 4abbbd1

Please sign in to comment.