Spaces:
Sleeping
Sleeping
Update constants.py
Browse files- 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 |
-
|
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 |
"""
|