Update constants.py
Browse files- 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:
|
120 |
-
overflow
|
121 |
-
|
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 |
"""
|