We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8096b commit 8e1ed67Copy full SHA for 8e1ed67
python/datafusion/dataframe_formatter.py
@@ -368,7 +368,7 @@ def _build_table_container_start(self) -> list[str]:
368
f"max-height: {self.max_height}px; overflow: auto; border: "
369
'1px solid #ccc;">'
370
)
371
- html.append('<table style="border-collapse: collapse; min-width: 100%">')
+ html.append('<table style="border-collapse: collapse">')
372
return html
373
374
def _build_table_header(self, schema: Any) -> list[str]:
0 commit comments