Skip to content

Commit

Permalink
align metrics to right and params to left in exp table (#6254)
Browse files Browse the repository at this point in the history
Made a mistake during refactoring on styling before
  • Loading branch information
skshetry authored Jun 30, 2021
1 parent cc5ba98 commit ce45ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/command/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ce45ec8

Please sign in to comment.