Steveeeeeeen HF staff commited on
Commit
6787ab4
·
verified ·
1 Parent(s): 6e68989

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +3 -3
constants.py CHANGED
@@ -116,8 +116,8 @@ For more details on the individual datasets and how models are evaluated to give
116
 
117
  LEADERBOARD_CSS = """
118
  #leaderboard-table th .header-content {
119
- white-space: normal;
120
- overflow-wrap: break-word;
121
- word-break: break-word;
122
  }
123
  """
 
116
 
117
  LEADERBOARD_CSS = """
118
  #leaderboard-table th .header-content {
119
+ white-space: nowrap;
120
+ overflow: hidden;
121
+ text-overflow: ellipsis;
122
  }
123
  """