Update utils.py
Browse files
utils.py
CHANGED
@@ -49,6 +49,13 @@ body, .gradio-container, .gr-button, .gr-input, .gr-slider, .gr-dropdown, .gr-ma
|
|
49 |
padding: 0px;
|
50 |
}
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
table > thead {
|
53 |
white-space: normal;
|
54 |
}
|
|
|
49 |
padding: 0px;
|
50 |
}
|
51 |
|
52 |
+
#leaderboard-table td:nth-child(0),
|
53 |
+
#leaderboard-table th:nth-child(0) {
|
54 |
+
max-width: 400px;
|
55 |
+
overflow: auto;
|
56 |
+
white-space: nowrap;
|
57 |
+
}
|
58 |
+
|
59 |
table > thead {
|
60 |
white-space: normal;
|
61 |
}
|