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 1a5587c commit 9882dd9Copy full SHA for 9882dd9
python/datafusion/dataframe_formatter.py
@@ -370,7 +370,7 @@ def _build_table_container_start(self) -> list[str]:
370
f"max-height: {self.max_height}px; overflow: auto; border: "
371
'1px solid #ccc;">'
372
)
373
- html.append('<table style="border-collapse: collapse; min-width: 100%">')
+ html.append('<table style="border-collapse: collapse">')
374
return html
375
376
def _build_table_header(self, schema: Any) -> list[str]:
0 commit comments