diff --git a/dvc/command/experiments.py b/dvc/command/experiments.py index 2c96cd769a..086c109a3c 100644 --- a/dvc/command/experiments.py +++ b/dvc/command/experiments.py @@ -397,7 +397,7 @@ def show_experiments( styles.update( { header: { - "justify": "left" if typ == "metrics" else "params", + "justify": "right" if typ == "metrics" else "left", "header_style": f"black on {header_bg_colors[typ]}", "collapse": idx != 0, "no_wrap": typ == "metrics",