diff --git a/src/ydata_profiling/report/structure/report.py b/src/ydata_profiling/report/structure/report.py index 1cb6300a6..221d5a1f4 100644 --- a/src/ydata_profiling/report/structure/report.py +++ b/src/ydata_profiling/report/structure/report.py @@ -377,7 +377,7 @@ def get_report_structure(config: Settings, summary: dict) -> Root: anchor_id="variables-dropdown", id="variables-dropdown", is_row=True, - classes=["btn", "btn-secondary", "dropdown-toggle"], + classes=["dropdown-toggle"], items=list(summary["variables"]), item=Container( render_variables_section(config, summary),