We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83cdbc commit 567ef97Copy full SHA for 567ef97
ui/components/scrape.py
@@ -41,7 +41,7 @@
41
page_size=10,
42
sort_action="native",
43
style_as_list_view=True,
44
- style_table={'overflowX': 'auto'},
+ style_table={"overflowX": "auto"},
45
),
46
]
47
)
0 commit comments