Skip to content

Commit

Permalink
Adding 'line-height' at 95% to df _html.py print (#3691)
Browse files Browse the repository at this point in the history
  • Loading branch information
LVG77 committed Jun 14, 2022
1 parent 516eaac commit 86167e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/polars/_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def write_style(self) -> None:
("tbody tr th", "vertical-align", "top"),
("thead th", "text-align", "right"),
("td", "white-space", "pre"),
("td", "line-height", "95%"),
("td", "padding-top", "0"),
("td", "padding-bottom", "0"),
]
Expand Down

0 comments on commit 86167e2

Please sign in to comment.