Steveeeeeeen HF staff commited on
Commit
e4f1e87
·
verified ·
1 Parent(s): 5ff4b6f

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +4 -2
constants.py CHANGED
@@ -116,6 +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: nowrap;
120
- }
 
 
121
  """
 
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
  """