Skip to content

Commit

Permalink
Tune CSS for Tab control.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704729105
  • Loading branch information
daiyip authored and langfun authors committed Dec 10, 2024
1 parent 667dc73 commit 3ef007a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions langfun/core/eval/v2/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,9 @@ def _html_tree_view_css_styles(self) -> list[str]:
border: 0px;
margin: 0px;
}
.eval-details .tab-control {
width: 100%;
}
.eval-details .tab-button {
font-size: large;
}
Expand Down

0 comments on commit 3ef007a

Please sign in to comment.