Update utils.py
Browse files
utils.py
CHANGED
@@ -45,8 +45,7 @@ body, .gradio-container, .gr-button, .gr-input, .gr-slider, .gr-dropdown, .gr-ma
|
|
45 |
#leaderboard-table th:first-child {
|
46 |
text-align: left;
|
47 |
max-width: 200px;
|
48 |
-
overflow:
|
49 |
-
text-overflow: ellipsis;
|
50 |
white-space: nowrap;
|
51 |
}
|
52 |
|
@@ -63,8 +62,7 @@ table > tbody td {
|
|
63 |
table > tbody td:first-child {
|
64 |
text-align: left;
|
65 |
max-width: 200px;
|
66 |
-
overflow:
|
67 |
-
text-overflow: ellipsis;
|
68 |
white-space: nowrap;
|
69 |
}
|
70 |
|
|
|
45 |
#leaderboard-table th:first-child {
|
46 |
text-align: left;
|
47 |
max-width: 200px;
|
48 |
+
overflow-x: auto;
|
|
|
49 |
white-space: nowrap;
|
50 |
}
|
51 |
|
|
|
62 |
table > tbody td:first-child {
|
63 |
text-align: left;
|
64 |
max-width: 200px;
|
65 |
+
overflow-x: auto;
|
|
|
66 |
white-space: nowrap;
|
67 |
}
|
68 |
|